/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | const_time.h | 96 * @false_val: Value to select for the false case 97 * Returns: true_val if mask == -1, false_val if mask == 0 101 unsigned int false_val) in const_time_select() 103 return (mask & true_val) | (~mask & false_val); in const_time_select() 111 * @false_val: Value to select for the false case 112 * Returns: true_val if mask == -1, false_val if mask == 0 115 int false_val) in const_time_select_int() 118 (unsigned int) false_val); in const_time_select_int() 126 * @false_val: Value to select for the false case 127 * Returns: true_val if mask == -1, false_val i 99 const_time_select(unsigned int mask, unsigned int true_val, unsigned int false_val) const_time_select() argument 114 const_time_select_int(unsigned int mask, int true_val, int false_val) const_time_select_int() argument 129 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) const_time_select_u8() argument 142 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) const_time_select_s8() argument 161 const_time_select_bin(u8 mask, const u8 *true_val, const u8 *false_val, size_t len, u8 *dst) const_time_select_bin() argument [all...] |
H A D | utils_module_tests.c | 980 unsigned int false_val; in const_time_tests() member 997 int false_val; in const_time_tests() member 1012 u8 false_val; in const_time_tests() member 1027 s8 false_val; in const_time_tests() member 1040 u8 *false_val; in const_time_tests() member 1130 test->false_val) != test->expected) { in const_time_tests() 1133 test->mask, test->true_val, test->false_val); in const_time_tests() 1143 test->false_val) != test->expected) { in const_time_tests() 1146 test->mask, test->true_val, test->false_val); in const_time_tests() 1156 test->false_val) ! in const_time_tests() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | const_time.h | 96 * @false_val: Value to select for the false case 97 * Returns: true_val if mask == -1, false_val if mask == 0 101 unsigned int false_val) in const_time_select() 103 return (mask & true_val) | (~mask & false_val); in const_time_select() 111 * @false_val: Value to select for the false case 112 * Returns: true_val if mask == -1, false_val if mask == 0 115 int false_val) in const_time_select_int() 118 (unsigned int) false_val); in const_time_select_int() 126 * @false_val: Value to select for the false case 127 * Returns: true_val if mask == -1, false_val i 99 const_time_select(unsigned int mask, unsigned int true_val, unsigned int false_val) const_time_select() argument 114 const_time_select_int(unsigned int mask, int true_val, int false_val) const_time_select_int() argument 129 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) const_time_select_u8() argument 142 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) const_time_select_s8() argument 161 const_time_select_bin(u8 mask, const u8 *true_val, const u8 *false_val, size_t len, u8 *dst) const_time_select_bin() argument [all...] |
H A D | utils_module_tests.c | 981 unsigned int false_val; in const_time_tests() member 998 int false_val; in const_time_tests() member 1013 u8 false_val; in const_time_tests() member 1028 s8 false_val; in const_time_tests() member 1041 u8 *false_val; in const_time_tests() member 1131 test->false_val) != test->expected) { in const_time_tests() 1134 test->mask, test->true_val, test->false_val); in const_time_tests() 1144 test->false_val) != test->expected) { in const_time_tests() 1147 test->mask, test->true_val, test->false_val); in const_time_tests() 1157 test->false_val) ! in const_time_tests() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.cc | 543 RawMachineLabel* false_val) { in Branch() 554 schedule()->AddGoto(false_block, Use(false_val)); in Branch() 542 Branch(Node* condition, RawMachineLabel* true_val, RawMachineLabel* false_val) Branch() argument
|
H A D | raw-machine-assembler.h | 1021 RawMachineLabel* false_val);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 6797 ir_rvalue *const false_val = new (ctx) ir_constant(false); in hir() local 6801 false_val)); in hir()
|