Home
last modified time | relevance | path

Searched refs:ffetarget_offset (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dequiv.c624 if (!ffetarget_offset (&cval, -value)) in ffeequiv_offset_()
644 if (!ffetarget_offset (&cval, value)) in ffeequiv_offset_()
H A Ddata.c1090 ok = ffetarget_offset (&final, offset); in ffedata_eval_offset_()
H A Dtarget.c500 || !ffetarget_offset (&numele, num_elements) in ffetarget_layout()
H A Dtarget.h1434 #define ffetarget_offset(res,l) (*(res) = (l), TRUE) /* Overflow? */ macro