Lines Matching refs:result
81 # define BAD_RESULT(result, expec) \ argument
82 (((result) == 0 && (expec)) || ((result) < 0 && (expec) >= 0) || \
83 ((result) > 0 && (expec) <= 0))
95 int result = CALL (impl, s1, s2, len); in check_result() local
96 if (BAD_RESULT(result, exp_result)) in check_result()
99 result, exp_result); in check_result()
150 int result; in do_random_tests() local
178 result = 0; in do_random_tests()
192 result = -1; in do_random_tests()
194 result = 1; in do_random_tests()
201 if (BAD_RESULT(r, result)) in do_random_tests()
204 … n, impl->name, align1 * CHARBYTES & 63, align2 * CHARBYTES & 63, len, pos, r, result, p1, p2); in do_random_tests()