Lines Matching refs:result
77 int result = CALL (impl, s1, s2, n); in check_result() local
78 if ((exp_result == 0 && result != 0) in check_result()
79 || (exp_result < 0 && result >= 0) in check_result()
80 || (exp_result > 0 && result <= 0)) in check_result()
83 result, exp_result); in check_result()
185 int result; in do_random_tests() local
234 result = 0; in do_random_tests()
247 result = -1; in do_random_tests()
249 result = 1; in do_random_tests()
261 if ((r == 0 && result) in do_random_tests()
262 || (r < 0 && result >= 0) in do_random_tests()
263 || (r > 0 && result <= 0)) in do_random_tests()
266 n, impl->name, align1, align2, len1, len2, pos, r, result, p1, p2); in do_random_tests()