Home | History | Annotate | Download | only in sys

Lines Matching refs:vx

134 	uintmax_t vx = (x);						\
136 int ret = vx == vy; \
138 ATF_REQUIRE_EQ_MSG(vx, vy, \
140 #x, vx, vx, #y, vy, vy); \
145 uintmax_t vx = (x); \
147 int ret = vx == vy; \
149 ATF_CHECK_EQ_MSG(vx, vy, \
151 #x, vx, vx, #y, vy, vy); \
156 const void *vx = (x); \
159 if (__predict_true(memcmp(vx, vy, vn) == 0)) \
161 hexdump(#x, vx, vn); \
177 uintmax_t vx = (x); \
179 int ret = vx == vy; \
184 #x, vx, vx, #y, vy, vy); \
189 uintmax_t vx = (x); \
191 int ret = vx != vy; \
196 #x, vx, vx, #y, vy, vy); \
220 const void *const vx = (x); \
224 if (__predict_true(memcmp(vx, vy, vn) == 0)) \
227 hexdump(#x, vx, vn); \