Home
last modified time | relevance | path

Searched refs:init_val (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mode_object.h156 uint64_t init_val);
/dragonfly/sys/dev/drm/
H A Ddrm_mode_object.c222 uint64_t init_val) in drm_object_attach_property() argument
235 obj->properties->values[count] = init_val; in drm_object_attach_property()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-loop.c3313 get_initial_def_for_reduction (gimple stmt, tree init_val, in get_initial_def_for_reduction() argument
3319 tree scalar_type = TREE_TYPE (init_val); in get_initial_def_for_reduction()
3348 && TREE_CODE (init_val) == SSA_NAME in get_initial_def_for_reduction()
3349 && (def_stmt = SSA_NAME_DEF_STMT (init_val)) in get_initial_def_for_reduction()
3357 return vect_create_destination_var (init_val, vectype); in get_initial_def_for_reduction()
3360 if (TREE_CONSTANT (init_val)) in get_initial_def_for_reduction()
3363 init_value = build_real (scalar_type, TREE_REAL_CST (init_val)); in get_initial_def_for_reduction()
3368 init_value = init_val; in get_initial_def_for_reduction()
3388 *adjustment_def = init_val; in get_initial_def_for_reduction()
3419 if (TREE_CONSTANT (init_val)) in get_initial_def_for_reduction()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-loop-interchange.cc106 tree init_val; member
698 iv->init_val = init; in analyze_induction_var()
713 iv->init_val = init; in analyze_induction_var()
899 cond = fold_build2 (NE_EXPR, boolean_type_node, iv->var, iv->init_val); in undo_simple_reduction()
H A Dtree-vect-loop.c4398 get_initial_def_for_reduction (gimple *stmt, tree init_val, in get_initial_def_for_reduction() argument
4404 tree scalar_type = TREE_TYPE (init_val); in get_initial_def_for_reduction()
4429 && TREE_CODE (init_val) == SSA_NAME in get_initial_def_for_reduction()
4430 && (def_stmt = SSA_NAME_DEF_STMT (init_val)) in get_initial_def_for_reduction()
4438 return vect_create_destination_var (init_val, vectype); in get_initial_def_for_reduction()
4450 return vect_get_vec_def_for_operand (init_val, stmt); in get_initial_def_for_reduction()
4468 *adjustment_def = init_val; in get_initial_def_for_reduction()
4493 2, init_def, init_val); in get_initial_def_for_reduction()
4502 elts.quick_push (init_val); in get_initial_def_for_reduction()
4519 init_def = vect_get_vec_def_for_operand (init_val, stmt); in get_initial_def_for_reduction()
[all …]
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c1024 uint32_t init_val, val, rval = 0; in ar9300_wow_enable() local
1125 init_val = OS_REG_READ(ah, AR_WOW_PATTERN_REG); in ar9300_wow_enable()
1126 val = AR_WOW_BACK_OFF_SHIFT(AR_WOW_PAT_BACKOFF) | init_val; in ar9300_wow_enable()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-02.c2417 int init_val, size = 0; in generate_v2_property_table() local
2443 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v2_property_template)); in generate_v2_property_table()
2454 build_int_cst (NULL_TREE, init_val)); in generate_v2_property_table()
2620 int size, init_val; in generate_v2_dispatch_table() local
2632 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); in generate_v2_dispatch_table()
2634 build_int_cst (integer_type_node, init_val)); in generate_v2_dispatch_table()
H A Dobjc-next-runtime-abi-01.c1318 int init_val, size = 0; in generate_v1_property_table() local
1346 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_v1_property_template)); in generate_v1_property_table()
1355 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, init_val)); in generate_v1_property_table()
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_com.h687 const u8 *key, u16 key_len, u32 init_val);
H A Dena_com.c2250 cmd.u.flow_hash_func.init_val = rss->hash_init_val; in ena_com_set_hash_function()
2279 const u8 *key, u16 key_len, u32 init_val) in ena_com_fill_hash_function() argument
2312 rss->hash_init_val = init_val; in ena_com_fill_hash_function()
2316 rss->hash_init_val = init_val; in ena_com_fill_hash_function()
H A Dena_admin_defs.h611 uint32_t init_val; member
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/ena_defs/
H A Dena_admin_defs.h681 uint32_t init_val; member
/dragonfly/contrib/libpcap/
H A Doptimize.c708 init_val(opt_state_t *opt_state) in init_val() function
2082 init_val(opt_state); in opt_blks()