Lines Matching refs:true_val
980 unsigned int true_val; in const_time_tests() member
997 int true_val; in const_time_tests() member
1012 u8 true_val; in const_time_tests() member
1027 s8 true_val; in const_time_tests() member
1040 u8 *true_val; in const_time_tests() member
1130 if (const_time_select(test->mask, test->true_val, in const_time_tests()
1134 test->mask, test->true_val, test->false_val); in const_time_tests()
1143 if (const_time_select_int(test->mask, test->true_val, in const_time_tests()
1147 test->mask, test->true_val, test->false_val); in const_time_tests()
1156 if (const_time_select_u8(test->mask, test->true_val, in const_time_tests()
1160 test->mask, test->true_val, test->false_val); in const_time_tests()
1169 if (const_time_select_s8(test->mask, test->true_val, in const_time_tests()
1173 test->mask, test->true_val, test->false_val); in const_time_tests()
1183 const_time_select_bin(test->mask, test->true_val, in const_time_tests()