Searched refs:init_val (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_mode_object.h134 uint64_t init_val);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcall-rt-st.c267 * IN double init_val
269 void init_one_double ( struct one_double_t *one_double, double init_val) argument
272 one_double->double1 = init_val;
H A Dcall-ar-st.c369 * IN double init_val
371 void init_one_double (struct one_double_t *one_double, double init_val) argument
374 one_double->double1 = init_val;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcall-rt-st.c267 * IN double init_val
269 void init_one_double ( struct one_double_t *one_double, double init_val) argument
272 one_double->double1 = init_val;
H A Dcall-ar-st.c369 * IN double init_val
371 void init_one_double (struct one_double_t *one_double, double init_val) argument
374 one_double->double1 = init_val;
/netbsd-current/sys/dev/pci/
H A Dcmdide.c531 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]);
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mode_object.c229 * @init_val: initial value of the property
240 uint64_t init_val)
264 obj->properties->values[count] = init_val;
238 drm_object_attach_property(struct drm_mode_object *obj, struct drm_property *property, uint64_t init_val) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-loop-interchange.cc105 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);
H A Dtree-vect-loop.c4188 min/max/cond_expr: [init_val,init_val,..,init_val,init_val]
4190 that it needs to adjust the result by init_val.
4193 add/bit or/xor: [init_val,0,0,...,0]
4194 mult/bit and: [init_val,1,1,...,1]
4195 min/max/cond_expr: [init_val,init_val,...,init_val]
4216 get_initial_def_for_reduction(stmt_vec_info stmt_vinfo, enum tree_code code, tree init_val, tree *adjustment_def) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-loop-interchange.cc105 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);
H A Dtree-vect-loop.cc4740 tree init_val, tree neutral_op)
4743 tree scalar_type = TREE_TYPE (init_val);
4756 if (operand_equal_p (init_val, neutral_op))
4766 init_val = gimple_convert (&stmts, TREE_TYPE (vectype), init_val);
4774 vectype, init_def, init_val);
4780 elts.quick_push (init_val);
4738 get_initial_def_for_reduction(loop_vec_info loop_vinfo, stmt_vec_info reduc_info, tree init_val, tree neutral_op) argument
/netbsd-current/sys/external/bsd/ena-com/
H A Dena_com.h677 * @init_val: initial value for the hash function
688 const u8 *key, u16 key_len, u32 init_val);
H A Dena_com.c2266 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;
2293 ena_com_fill_hash_function(struct ena_com_dev *ena_dev, enum ena_admin_hash_functions func, const u8 *key, u16 key_len, u32 init_val) argument
H A Dena_admin_defs.h611 uint32_t init_val; member in struct:ena_admin_feature_rss_flow_hash_function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c2610 int init_val, size = 0; local
2636 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v2_property_template));
2647 build_int_cst (NULL_TREE, init_val));
2844 int size, init_val; local
2856 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template));
2858 build_int_cst (integer_type_node, init_val));
H A Dobjc-next-runtime-abi-01.c1320 int init_val, size = 0; local
1348 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v1_property_template));
1357 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, init_val));
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc2620 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));
H A Dobjc-next-runtime-abi-01.cc1321 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));
/netbsd-current/sys/external/bsd/ena-com/ena_defs/
H A Dena_admin_defs.h681 uint32_t init_val; member in struct:ena_admin_feature_rss_flow_hash_function
/netbsd-current/external/bsd/libpcap/dist/
H A Doptimize.c714 init_val(opt_state_t *opt_state) function
2088 init_val(opt_state);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c671 int init_val, transformational_op op)
690 init_result_expr (result, init_val, array);
5384 int init_val; local
5413 init_val = INT_MAX;
5415 init_val = INT_MIN;
5420 init_result_expr (extremum, init_val, array);
670 simplify_transformation(gfc_expr *array, gfc_expr *dim, gfc_expr *mask, int init_val, transformational_op op) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc703 int init_val, transformational_op op)
722 init_result_expr (result, init_val, array);
5515 int init_val; local
5544 init_val = INT_MAX;
5546 init_val = INT_MIN;
5551 init_result_expr (extremum, init_val, array);
702 simplify_transformation(gfc_expr *array, gfc_expr *dim, gfc_expr *mask, int init_val, transformational_op op) argument

Completed in 435 milliseconds