Home
last modified time | relevance | path

Searched defs:false_val (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dconst_time.h101 unsigned int false_val) in const_time_select()
115 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()
142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8()
162 const u8 *false_val, size_t len, in const_time_select_bin()
Dutils_module_tests.c981 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
/external/openssh/
Dssh-pkcs11.c1313 CK_BBOOL true_val = CK_TRUE, false_val = CK_FALSE; in pkcs11_rsa_generate_private_key() local
1423 CK_BBOOL true_val = CK_TRUE, false_val = CK_FALSE; in pkcs11_ecdsa_generate_private_key() local
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp6703 ir_rvalue *const false_val = new (ctx) ir_constant(false); in hir() local