is_true
if (is_true && c != CONSTTIME_TRUE_64) {
} else if (!is_true && c != CONSTTIME_FALSE_64) {
int is_true)
if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE))
if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE))
unsigned int b, int is_true)
if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8))
if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8))
int is_true)
if (is_true && !TEST_size_t_eq(op(a, b), CONSTTIME_TRUE_S))
if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_S))
int is_true)
display = is_true(optarg);
enable = is_true(optarg);
haltcpu = is_true(optarg);