Home
last modified time | relevance | path

Searched refs:const_time_select (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dconst_time.h99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() function
117 return (int) const_time_select(mask, (unsigned int) true_val, in const_time_select_int()
131 return (u8) const_time_select(mask, true_val, false_val); in const_time_select_u8()
144 return (s8) const_time_select(mask, (unsigned int) true_val, in const_time_select_s8()
Dutils_module_tests.c1129 if (const_time_select(test->mask, test->true_val, in const_time_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dconst_time.h99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() function
117 return (int) const_time_select(mask, (unsigned int) true_val, in const_time_select_int()
131 return (u8) const_time_select(mask, true_val, false_val); in const_time_select_u8()
144 return (s8) const_time_select(mask, (unsigned int) true_val, in const_time_select_s8()
Dutils_module_tests.c1130 if (const_time_select(test->mask, test->true_val, in const_time_tests()