Lines Matching refs:result
142 int result = CALL (impl, s1, s2); in check_result() local
143 if ((exp_result == 0 && result != 0) in check_result()
144 || (exp_result < 0 && result >= 0) in check_result()
145 || (exp_result > 0 && result <= 0)) in check_result()
148 result, exp_result); in check_result()
259 int result = 0; in do_random_tests() local
271 result = -1; in do_random_tests()
273 result = 1; in do_random_tests()
284 if ((r == 0 && result) in do_random_tests()
285 || (r < 0 && result >= 0) in do_random_tests()
286 || (r > 0 && result <= 0)) in do_random_tests()
289 …ame, (size_t) (p1 + align1) & 63, (size_t) (p1 + align2) & 63, len1, len2, pos, r, result, p1, p2); in do_random_tests()