Home | History | Annotate | Download | only in sys

Lines Matching refs:vn

158 	const size_t vn = (n);						\
159 if (__predict_true(memcmp(vx, vy, vn) == 0)) \
161 hexdump(#x, vx, vn); \
162 hexdump(#y, vy, vn); \
164 #x, #y, #n, vn); \
222 const size_t vn = (n); \
224 if (__predict_true(memcmp(vx, vy, vn) == 0)) \
226 fprintf(stderr, "%s != %s (%s = %zu bytes)\n", #x, #y, #n, vn); \
227 hexdump(#x, vx, vn); \
228 hexdump(#y, vy, vn); \