Searched defs:true_val (Results 1 – 13 of 13) sorted by relevance
| /external/wpa_supplicant_8/src/utils/ |
| D | const_time.h | 100 unsigned int true_val, in const_time_select() 114 static inline int const_time_select_int(unsigned int mask, int true_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() 161 static inline void const_time_select_bin(u8 mask, const u8 *true_val, in const_time_select_bin()
|
| D | utils_module_tests.c | 979 unsigned int true_val; in const_time_tests() member 996 int true_val; in const_time_tests() member 1011 u8 true_val; in const_time_tests() member 1026 s8 true_val; in const_time_tests() member 1039 u8 *true_val; in const_time_tests() member
|
| /external/epid-sdk/epid/member/tiny/math/src/ |
| D | efq2.c | 27 EccPointJacobiFq2 const* true_val, in EFq2CondSet()
|
| D | fq.c | 85 void FqCondSet(FqElem* result, FqElem const* true_val, FqElem const* false_val, in FqCondSet()
|
| D | fq6.c | 182 void Fq6CondSet(Fq6Elem* result, Fq6Elem const* true_val, in Fq6CondSet()
|
| D | fq2.c | 126 void Fq2CondSet(Fq2Elem* result, Fq2Elem const* true_val, in Fq2CondSet()
|
| D | fq12.c | 48 static void Fq12CondSet(Fq12Elem* result, Fq12Elem const* true_val, in Fq12CondSet()
|
| D | efq.c | 344 void EFqCondSet(EccPointJacobiFq* result, EccPointJacobiFq const* true_val, in EFqCondSet()
|
| D | vli.c | 126 void VliCondSet(VeryLargeInt* result, VeryLargeInt const* true_val, in VliCondSet()
|
| /external/epid-sdk/epid/member/tiny/math/unittests/ |
| D | vli-test.cc | 179 VeryLargeInt true_val = {{0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, in TEST() local 188 VeryLargeInt true_val = {{0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, in TEST() local
|
| /external/openssh/ |
| D | ssh-pkcs11.c | 231 CK_BBOOL true_val = CK_TRUE; in pkcs11_rsa_private_encrypt() local
|
| /external/v8/src/compiler/ |
| D | raw-machine-assembler.cc | 98 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val, in Branch()
|
| /external/mesa3d/src/compiler/glsl/ |
| D | ast_to_hir.cpp | 6274 ir_rvalue *const true_val = new (ctx) ir_constant(true); in hir() local
|