Searched refs:BAD_RESULT (Results 1 – 2 of 2) sorted by relevance
19 #define BAD_RESULT(result, expec) ((!(result)) != (!(expec))) macro
80 #ifndef BAD_RESULT81 # define BAD_RESULT(result, expec) \ macro96 if (BAD_RESULT(result, exp_result)) in check_result()201 if (BAD_RESULT(r, result)) in do_random_tests()
Completed in 6 milliseconds