/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | const_time.h | 101 unsigned int false_val) in const_time_select() argument 103 return (mask & true_val) | (~mask & false_val); in const_time_select() 115 int false_val) in const_time_select_int() argument 118 (unsigned int) false_val); in const_time_select_int() 129 static inline u8 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) in const_time_select_u8() argument 131 return (u8) const_time_select(mask, true_val, false_val); in const_time_select_u8() 142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8() argument 145 (unsigned int) false_val); in const_time_select_s8() 162 const u8 *false_val, size_t len, in const_time_select_bin() argument 168 dst[i] = const_time_select_u8(mask, true_val[i], false_val[i]); in const_time_select_bin()
|
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) != test->expected) { in const_time_tests() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | const_time.h | 101 unsigned int false_val) in const_time_select() argument 103 return (mask & true_val) | (~mask & false_val); in const_time_select() 115 int false_val) in const_time_select_int() argument 118 (unsigned int) false_val); in const_time_select_int() 129 static inline u8 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) in const_time_select_u8() argument 131 return (u8) const_time_select(mask, true_val, false_val); in const_time_select_u8() 142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8() argument 145 (unsigned int) false_val); in const_time_select_s8() 162 const u8 *false_val, size_t len, in const_time_select_bin() argument 168 dst[i] = const_time_select_u8(mask, true_val[i], false_val[i]); in const_time_select_bin()
|
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) != test->expected) { in const_time_tests() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/ |
D | scalar-select.spv14.asm.frag | 18 void spvSelectComposite(out _15 out_value, bool cond, _15 true_val, _15 false_val) 26 out_value = false_val; 30 void spvSelectComposite(out float out_value[2], bool cond, float true_val[2], float false_val[2]) 38 out_value = false_val;
|
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.cc | 543 RawMachineLabel* false_val) { in Branch() argument 554 schedule()->AddGoto(false_block, Use(false_val)); in Branch()
|
D | raw-machine-assembler.h | 1021 RawMachineLabel* false_val);
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 6797 ir_rvalue *const false_val = new (ctx) ir_constant(false); in hir() local 6801 false_val)); in hir()
|