Searched defs:true_val (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/bsd/wpa/dist/src/utils/ |
H A 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-uncprop.c | 101 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in associate_equivalences_with_edges() local
|
H A D | tree-ssa-dom.c | 509 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in record_edge_info() local
|
H A D | tree-if-conv.c | 2442 tree true_val in predicate_statements() local
|
H A D | tree-vect-slp.c | 3713 tree true_val in vect_get_constant_vectors() local
|
H A D | simplify-rtx.c | 5823 simplify_cond_clz_ctz (rtx x, rtx_code cmp_code, rtx true_val, rtx false_val) in simplify_cond_clz_ctz()
|
H A D | combine.c | 6535 rtx true_val = XEXP (cond, 1); in simplify_if_then_else() local
|
H A D | tree-vect-stmts.c | 1472 tree true_val = build_all_ones_cst (TREE_TYPE (type)); in vect_init_vector() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-uncprop.cc | 101 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in associate_equivalences_with_edges() local
|
H A D | tree-ssa-dom.cc | 509 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in record_edge_info() local
|
H A D | tree-if-conv.cc | 2576 tree true_val in predicate_statements() local
|
H A D | simplify-rtx.cc | 6353 rtx true_val, rtx false_val) in simplify_cond_clz_ctz()
|
H A D | tree-vect-slp.cc | 6519 tree true_val in vect_create_constant_vectors() local
|
H A D | combine.cc | 6411 rtx true_val = XEXP (cond, 1); in simplify_if_then_else() local
|
H A D | tree-vect-stmts.cc | 1411 tree true_val = build_all_ones_cst (TREE_TYPE (type)); in vect_init_vector() local
|
/netbsd-src/sys/dev/nvmm/x86/ |
H A D | nvmm_x86_vmx.c | 3231 uint64_t basic, val, true_val; in vmx_check_ctls() local 3261 uint64_t basic, val, true_val; in vmx_init_ctls() local
|