Lines Matching refs:REF
18 #define REF __CONCAT(FUNCSTEM, __CONCAT(SUFFIX, _ref)) macro
20 MKREFFUNC(REF, TYPE)
33 want = REF(value); in ATF_TC_BODY1()
35 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1()
43 want = REF(value); in ATF_TC_BODY1()
45 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1()
53 want = REF(value); in ATF_TC_BODY1()
55 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1()
59 want = REF(value); in ATF_TC_BODY1()
61 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1()
67 #undef REF