Lines Matching refs:is_true
63 int is_true) in test_binary_op() argument
65 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE)) in test_binary_op()
67 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE)) in test_binary_op()
75 unsigned int b, int is_true) in test_binary_op_8() argument
77 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8)) in test_binary_op_8()
79 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8)) in test_binary_op_8()
86 int is_true) in test_binary_op_s() argument
88 if (is_true && !TEST_size_t_eq(op(a,b), CONSTTIME_TRUE_S)) in test_binary_op_s()
90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S)) in test_binary_op_s()
97 int is_true) in test_binary_op_64() argument
101 if (is_true && c != CONSTTIME_TRUE_64) { in test_binary_op_64()
105 } else if (!is_true && c != CONSTTIME_FALSE_64) { in test_binary_op_64()