Searched defs:true_val (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/bsd/wpa/dist/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 | 980 unsigned int true_val; in const_time_tests() member 997 int true_val; in const_time_tests() member 1012 u8 true_val; in const_time_tests() member 1027 s8 true_val; in const_time_tests() member 1040 u8 *true_val; in const_time_tests() member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-uncprop.cc | 101 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in associate_equivalences_with_edges() local
|
| D | tree-ssa-dom.cc | 509 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in record_edge_info() local
|
| D | tree-if-conv.cc | 2576 tree true_val in predicate_statements() local
|
| D | simplify-rtx.cc | 6353 rtx true_val, rtx false_val) in simplify_cond_clz_ctz()
|
| D | tree-vect-slp.cc | 6519 tree true_val in vect_create_constant_vectors() local
|
| D | combine.cc | 6411 rtx true_val = XEXP (cond, 1); in simplify_if_then_else() local
|
| D | tree-vect-stmts.cc | 1411 tree true_val = build_all_ones_cst (TREE_TYPE (type)); in vect_init_vector() local
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | ssh-pkcs11.c | 349 CK_BBOOL true_val; in pkcs11_get_key() local 1333 CK_BBOOL true_val = CK_TRUE, false_val = CK_FALSE; in pkcs11_rsa_generate_private_key() local 1454 CK_BBOOL true_val = CK_TRUE, false_val = CK_FALSE; in pkcs11_ecdsa_generate_private_key() local
|