| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_mode_object.h | 134 uint64_t init_val);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| call-rt-st.c | 267 * IN double init_val 269 void init_one_double ( struct one_double_t *one_double, double init_val) 272 one_double->double1 = init_val;
|
| call-ar-st.c | 369 * IN double init_val 371 void init_one_double (struct one_double_t *one_double, double init_val) 374 one_double->double1 = init_val;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| call-rt-st.c | 267 * IN double init_val 269 void init_one_double ( struct one_double_t *one_double, double init_val) 272 one_double->double1 = init_val;
|
| call-ar-st.c | 369 * IN double init_val 371 void init_one_double (struct one_double_t *one_double, double init_val) 374 one_double->double1 = init_val;
|
| /src/sys/dev/pci/ |
| cmdide.c | 531 static const u_int8_t init_val[] = local 551 for (i = 0; i < sizeof(init_val); i++) 552 pciide_pci_write(sc->sc_pc, sc->sc_tag, reg + i, init_val[i]);
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_mode_object.c | 229 * @init_val: initial value of the property 240 uint64_t init_val) 264 obj->properties->values[count] = init_val;
|
| /src/sys/external/bsd/ena-com/ |
| ena_com.h | 677 * @init_val: initial value for the hash function 688 const u8 *key, u16 key_len, u32 init_val);
|
| ena_com.c | 2266 cmd.u.flow_hash_func.init_val = rss->hash_init_val; 2295 const u8 *key, u16 key_len, u32 init_val) 2328 rss->hash_init_val = init_val; 2332 rss->hash_init_val = init_val;
|
| ena_admin_defs.h | 611 uint32_t init_val; member in struct:ena_admin_feature_rss_flow_hash_function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-loop-interchange.cc | 105 tree init_val; member in struct:induction 106 /* IV's initializing expr, which is (the expanded result of) init_val. */ 698 iv->init_val = init; 713 iv->init_val = init; 900 cond = fold_build2 (NE_EXPR, boolean_type_node, iv->var, iv->init_val);
|
| tree-vect-loop.cc | 4727 INIT_VAL - the initial value of the reduction variable 4736 The value we need is a vector in which element 0 has value INIT_VAL 4742 tree init_val, tree neutral_op) 4745 tree scalar_type = TREE_TYPE (init_val); 4758 if (operand_equal_p (init_val, neutral_op)) 4768 init_val = gimple_convert (&stmts, TREE_TYPE (vectype), init_val); 4771 /* Construct a splat of NEUTRAL_OP and insert INIT_VAL into 4776 vectype, init_def, init_val); 4780 /* Build {INIT_VAL, NEUTRAL_OP, NEUTRAL_OP, ...}. * [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-loop-interchange.cc | 105 tree init_val; member in struct:induction 106 /* IV's initializing expr, which is (the expanded result of) init_val. */ 698 iv->init_val = init; 713 iv->init_val = init; 901 stmt = gimple_build_assign (cond, NE_EXPR, iv->var, iv->init_val);
|
| tree-vect-loop.cc | 5527 INIT_VAL - the initial value of the reduction variable 5536 The value we need is a vector in which element 0 has value INIT_VAL 5542 tree init_val, tree neutral_op) 5545 tree scalar_type = TREE_TYPE (init_val); 5558 if (operand_equal_p (init_val, neutral_op)) 5568 init_val = gimple_convert (&stmts, TREE_TYPE (vectype), init_val); 5571 /* Construct a splat of NEUTRAL_OP and insert INIT_VAL into 5576 vectype, init_def, init_val); 5580 /* Build {INIT_VAL, NEUTRAL_OP, NEUTRAL_OP, ...}. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-next-runtime-abi-02.cc | 2620 int init_val, size = 0; 2646 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v2_property_template)); 2657 build_int_cst (NULL_TREE, init_val)); 2855 int size, init_val; 2867 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); 2869 build_int_cst (integer_type_node, init_val));
|
| objc-next-runtime-abi-01.cc | 1321 int init_val, size = 0; local 1349 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v1_property_template)); 1358 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, init_val));
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-next-runtime-abi-02.cc | 2623 int init_val, size = 0; 2649 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v2_property_template)); 2660 build_int_cst (NULL_TREE, init_val)); 2858 int size, init_val; 2870 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); 2872 build_int_cst (integer_type_node, init_val));
|
| objc-next-runtime-abi-01.cc | 1324 int init_val, size = 0; local 1352 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v1_property_template)); 1361 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, init_val));
|
| /src/sys/external/bsd/ena-com/ena_defs/ |
| ena_admin_defs.h | 681 uint32_t init_val; member in struct:ena_admin_feature_rss_flow_hash_function
|
| /src/external/bsd/libpcap/dist/ |
| optimize.c | 712 init_val(opt_state_t *opt_state) function 2102 init_val(opt_state);
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-v.cc | 1354 HOST_WIDE_INT init_val = INTVAL (builder.elt (0)); local 1355 if (init_val == 0) 1359 rtx dup = gen_const_vector_dup (builder.mode (), init_val);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| simplify.cc | 703 int init_val, transformational_op op) 722 init_result_expr (result, init_val, array); 5590 int init_val; local 5619 init_val = INT_MAX; 5621 init_val = INT_MIN; 5626 init_result_expr (extremum, init_val, array);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 729 int init_val, transformational_op op) 748 init_result_expr (result, init_val, array); 5660 int init_val; local 5689 init_val = INT_MAX; 5691 init_val = INT_MIN; 5696 init_result_expr (extremum, init_val, array);
|