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