Lines Matching refs:result
129 int result = CALL (impl, s1, s2, n); in check_result() local
130 if ((exp_result == 0 && result != 0) in check_result()
131 || (exp_result < 0 && result >= 0) in check_result()
132 || (exp_result > 0 && result <= 0)) in check_result()
135 result, exp_result); in check_result()
270 int result; in do_random_tests() local
320 result = 0; in do_random_tests()
334 result = -1; in do_random_tests()
336 result = 1; in do_random_tests()
348 if ((r == 0 && result) in do_random_tests()
349 || (r < 0 && result >= 0) in do_random_tests()
350 || (r > 0 && result <= 0)) in do_random_tests()
353 n, impl->name, align1, align2, len1, len2, pos, size, r, result, p1, p2); in do_random_tests()