Home
last modified time | relevance | path

Searched defs:true_val (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dconst_time.h100 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()
Dutils_module_tests.c979 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/
Defq2.c27 EccPointJacobiFq2 const* true_val, in EFq2CondSet()
Dfq.c85 void FqCondSet(FqElem* result, FqElem const* true_val, FqElem const* false_val, in FqCondSet()
Dfq6.c182 void Fq6CondSet(Fq6Elem* result, Fq6Elem const* true_val, in Fq6CondSet()
Dfq2.c126 void Fq2CondSet(Fq2Elem* result, Fq2Elem const* true_val, in Fq2CondSet()
Dfq12.c48 static void Fq12CondSet(Fq12Elem* result, Fq12Elem const* true_val, in Fq12CondSet()
Defq.c344 void EFqCondSet(EccPointJacobiFq* result, EccPointJacobiFq const* true_val, in EFqCondSet()
Dvli.c126 void VliCondSet(VeryLargeInt* result, VeryLargeInt const* true_val, in VliCondSet()
/external/epid-sdk/epid/member/tiny/math/unittests/
Dvli-test.cc179 VeryLargeInt true_val = {{0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, in TEST() local
188 VeryLargeInt true_val = {{0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, in TEST() local
/external/openssh/
Dssh-pkcs11.c231 CK_BBOOL true_val = CK_TRUE; in pkcs11_rsa_private_encrypt() local
/external/v8/src/compiler/
Draw-machine-assembler.cc98 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val, in Branch()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp6274 ir_rvalue *const true_val = new (ctx) ir_constant(true); in hir() local