Searched refs:inits (Results 1 - 25 of 82) sorted by relevance

1234

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_transform_v.c378 struct sclv_ratios_inits *inits,
382 inits->h_int_scale_ratio_luma =
384 inits->v_int_scale_ratio_luma =
386 inits->h_int_scale_ratio_chroma =
388 inits->v_int_scale_ratio_chroma =
391 inits->h_init_luma.integer = 1;
392 inits->v_init_luma.integer = 1;
393 inits->h_init_chroma.integer = 1;
394 inits->v_init_chroma.integer = 1;
399 struct sclv_ratios_inits *inits)
375 calculate_inits( struct dce_transform *xfm_dce, const struct scaler_data *data, struct sclv_ratios_inits *inits, struct rect *luma_viewport, struct rect *chroma_viewport) argument
397 program_scl_ratios_inits( struct dce_transform *xfm_dce, struct sclv_ratios_inits *inits) argument
556 struct sclv_ratios_inits inits = { 0 }; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A DMakefile.am39 init.c inits.c inp_str.c inv.c md_2exp.c mul.c neg.c out_str.c \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-shared-support.c346 vec<constructor_elt, va_gc> *inits = NULL; local
358 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
365 return objc_build_constructor (build_array_type (type, 0), inits);
371 vec<constructor_elt, va_gc> *inits = NULL; local
395 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
402 return objc_build_constructor (build_array_type (type, 0), inits);
527 vec<constructor_elt, va_gc> *inits = NULL; local
552 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
556 return objc_build_constructor (build_array_type (type, 0), inits);
H A Dobjc-next-runtime-abi-02.c2542 vec<constructor_elt, va_gc> *inits = NULL; local
2562 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
2566 return objc_build_constructor (build_array_type (type, 0),inits);
2609 vec<constructor_elt, va_gc> *inits = NULL; local
2646 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
2648 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
2650 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, initlist);
2653 finish_var_decl (decl, objc_build_constructor (TREE_TYPE (decl), inits));
2666 vec<constructor_elt, va_gc> *inits = NULL; local
2672 CONSTRUCTOR_APPEND_ELT (inits, NULL_TRE
3044 vec<constructor_elt, va_gc> *inits = NULL; local
3140 vec<constructor_elt, va_gc> *inits = NULL; local
3699 tree name_expr, class_name_expr, ehtype_decl, inits; local
[all...]
H A Dobjc-gnu-runtime-abi-01.c1102 vec<constructor_elt, va_gc> *inits = NULL; local
1112 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, expr);
1114 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_name);
1115 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
1122 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, expr);
1128 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, expr);
1130 return objc_build_constructor (type, inits);
1583 vec<constructor_elt, va_gc> *inits = NULL; local
1600 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, size));
1601 CONSTRUCTOR_APPEND_ELT (inits, NULL_TRE
1806 vec<constructor_elt, va_gc> *inits = NULL; local
[all...]
H A Dobjc-next-runtime-abi-01.c1283 vec<constructor_elt, va_gc> *inits = NULL; local
1302 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
1306 return objc_build_constructor (build_array_type (type, 0),inits);
1319 vec<constructor_elt, va_gc> *inits = NULL; local
1357 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, init_val));
1358 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, size));
1359 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, initlist);
1360 x = objc_build_constructor (TREE_TYPE (decl), inits);
1453 vec<constructor_elt, va_gc> *inits = NULL; local
1468 CONSTRUCTOR_APPEND_ELT (inits, NULL_TRE
1970 vec<constructor_elt, va_gc> *inits = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-shared-support.cc346 vec<constructor_elt, va_gc> *inits = NULL; local
358 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
365 return objc_build_constructor (build_array_type (type, 0), inits);
371 vec<constructor_elt, va_gc> *inits = NULL; local
395 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
402 return objc_build_constructor (build_array_type (type, 0), inits);
527 vec<constructor_elt, va_gc> *inits = NULL; local
552 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
556 return objc_build_constructor (build_array_type (type, 0), inits);
H A Dobjc-next-runtime-abi-02.cc2542 vec<constructor_elt, va_gc> *inits = NULL;
2562 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
2566 return objc_build_constructor (build_array_type (type, 0),inits);
2609 vec<constructor_elt, va_gc> *inits = NULL;
2646 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
2648 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
2650 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, initlist);
2653 finish_var_decl (decl, objc_build_constructor (TREE_TYPE (decl), inits));
2666 vec<constructor_elt, va_gc> *inits = NULL;
2672 CONSTRUCTOR_APPEND_ELT (inits, NULL_TRE
[all...]
H A Dobjc-gnu-runtime-abi-01.cc1103 vec<constructor_elt, va_gc> *inits = NULL; local
1113 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, expr);
1115 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_name);
1116 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
1123 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, expr);
1129 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, expr);
1131 return objc_build_constructor (type, inits);
1584 vec<constructor_elt, va_gc> *inits = NULL; local
1601 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, size));
1602 CONSTRUCTOR_APPEND_ELT (inits, NULL_TRE
1807 vec<constructor_elt, va_gc> *inits = NULL; local
[all...]
H A Dobjc-next-runtime-abi-01.cc1284 vec<constructor_elt, va_gc> *inits = NULL; local
1303 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE,
1307 return objc_build_constructor (build_array_type (type, 0),inits);
1320 vec<constructor_elt, va_gc> *inits = NULL; local
1358 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, init_val));
1359 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, build_int_cst (NULL_TREE, size));
1360 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, initlist);
1361 x = objc_build_constructor (TREE_TYPE (decl), inits);
1454 vec<constructor_elt, va_gc> *inits = NULL; local
1469 CONSTRUCTOR_APPEND_ELT (inits, NULL_TRE
1971 vec<constructor_elt, va_gc> *inits = NULL; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_dpp_dscl.c603 init_frac = dc_fixpt_u0d19(data->inits.h) << 5;
604 init_int = dc_fixpt_floor(data->inits.h);
609 init_frac = dc_fixpt_u0d19(data->inits.h_c) << 5;
610 init_int = dc_fixpt_floor(data->inits.h_c);
615 init_frac = dc_fixpt_u0d19(data->inits.v) << 5;
616 init_int = dc_fixpt_floor(data->inits.v);
622 init_frac = dc_fixpt_u0d19(data->inits.v_bot) << 5;
623 init_int = dc_fixpt_floor(data->inits.v_bot);
629 init_frac = dc_fixpt_u0d19(data->inits.v_c) << 5;
630 init_int = dc_fixpt_floor(data->inits
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_transform.c258 struct scl_ratios_inits *inits)
263 inits->h_int_scale_ratio =
265 inits->v_int_scale_ratio =
274 inits->h_init.integer = dc_fixpt_floor(h_init);
275 inits->h_init.fraction = dc_fixpt_u0d19(h_init) << 5;
283 inits->v_init.integer = dc_fixpt_floor(v_init);
284 inits->v_init.fraction = dc_fixpt_u0d19(v_init) << 5;
289 struct scl_ratios_inits *inits)
293 SCL_H_SCALE_RATIO, inits->h_int_scale_ratio);
296 SCL_V_SCALE_RATIO, inits
255 calculate_inits( struct dce_transform *xfm_dce, const struct scaler_data *data, struct scl_ratios_inits *inits) argument
287 program_scl_ratios_inits( struct dce_transform *xfm_dce, struct scl_ratios_inits *inits) argument
351 struct scl_ratios_inits inits = { 0 }; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A DMakefile.am36 init.c init2.c inits.c set.c set_ui.c set_si.c set_str.c set_d.c set_z.c \
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp95 for (auto I : CD->inits()) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c640 data->inits.h_c = (data->viewport.x % vpc_div) != 0 ? dc_fixpt_half : dc_fixpt_zero;
641 data->inits.v_c = (data->viewport.y % vpc_div) != 0 ? dc_fixpt_half : dc_fixpt_zero;
889 data->inits.h = dc_fixpt_truncate(dc_fixpt_div_int(
892 data->inits.h_c = dc_fixpt_truncate(dc_fixpt_add(data->inits.h_c, dc_fixpt_div_int(
895 data->inits.v = dc_fixpt_truncate(dc_fixpt_div_int(
898 data->inits.v_c = dc_fixpt_truncate(dc_fixpt_add(data->inits.v_c, dc_fixpt_div_int(
902 * Taps, inits and scaling ratios are in recout space need to rotate
911 orthogonal_rotation ? &data->inits
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c318 vec<tree> inits; member in struct:chain
482 if (chain->inits.exists ())
484 fprintf (file, " inits");
485 FOR_EACH_VEC_ELT (chain->inits, i, var)
557 chain->inits.release ();
1153 chain->inits = vNULL;
1171 chain->inits = vNULL;
1681 return chain->inits[index];
1965 vec<tree> *vars, vec<tree> inits,
1976 init = inits[
1964 initialize_root_vars_lm(class loop *loop, dref root, bool written, vec<tree> *vars, vec<tree> inits, bitmap tmp_vars) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc324 auto_vec<tree> inits; member in struct:chain
631 if (chain->inits.exists ())
633 fprintf (file, " inits");
634 FOR_EACH_VEC_ELT (chain->inits, i, var)
1277 chain->inits = vNULL;
1294 chain->inits = vNULL;
1814 return chain->inits[index];
2098 vec<tree> *vars, const vec<tree> &inits,
2109 init = inits[0];
2163 &vars, chain->inits, tmp_var
2097 initialize_root_vars_lm(class loop *loop, dref root, bool written, vec<tree> *vars, const vec<tree> &inits, bitmap tmp_vars) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h48 for (const auto *Initializer : CD->inits()) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dtransform.h180 struct scl_inits inits; member in struct:scaler_data
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A DMakefile.am53 import.c init.c init2.c inits.c inp_raw.c inp_str.c \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c83 vec<constructor_elt, va_gc> *inits; member in struct:vtbl_init_data
9269 initialize_vtable (tree binfo, vec<constructor_elt, va_gc> *inits)
9273 layout_vtable_decl (binfo, vec_safe_length (inits));
9275 initialize_artificial_var (decl, inits);
9298 vec<constructor_elt, va_gc> *inits;
9301 inits = NULL;
9303 build_vtt_inits (TYPE_BINFO (t), t, &inits, &index);
9306 if (!inits)
9311 inits->length ());
9315 initialize_artificial_var (vtt, inits);
9261 initialize_vtable(tree binfo, vec<constructor_elt, va_gc> *inits) argument
9290 vec<constructor_elt, va_gc> *inits; local
9295 build_vtt_inits (TYPE_BINFO (t), t, &inits, &index); local
9349 vec<constructor_elt, va_gc> *inits; member in struct:secondary_vptr_vtt_init_data
9364 build_vtt_inits(tree binfo, tree t, vec<constructor_elt, va_gc> **inits, tree *index) argument
9588 accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree vtbl, tree t, vec<constructor_elt, va_gc> **inits) argument
9760 build_vtbl_initializer(tree binfo, tree orig_binfo, tree t, tree rtti_binfo, int* non_fn_entries_p, vec<constructor_elt, va_gc> **inits) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc83 vec<constructor_elt, va_gc> *inits; member in struct:vtbl_init_data
9386 initialize_vtable (tree binfo, vec<constructor_elt, va_gc> *inits)
9390 layout_vtable_decl (binfo, vec_safe_length (inits));
9392 initialize_artificial_var (decl, inits);
9415 vec<constructor_elt, va_gc> *inits;
9418 inits = NULL;
9420 build_vtt_inits (TYPE_BINFO (t), t, &inits, &index);
9423 if (!inits)
9428 inits->length ());
9432 initialize_artificial_var (vtt, inits);
9378 initialize_vtable(tree binfo, vec<constructor_elt, va_gc> *inits) argument
9407 vec<constructor_elt, va_gc> *inits; local
9412 build_vtt_inits (TYPE_BINFO (t), t, &inits, &index); local
9466 vec<constructor_elt, va_gc> *inits; member in struct:secondary_vptr_vtt_init_data
9481 build_vtt_inits(tree binfo, tree t, vec<constructor_elt, va_gc> **inits, tree *index) argument
9705 accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree vtbl, tree t, vec<constructor_elt, va_gc> **inits) argument
9877 build_vtbl_initializer(tree binfo, tree orig_binfo, tree t, tree rtti_binfo, int* non_fn_entries_p, vec<constructor_elt, va_gc> **inits) argument
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/
H A DMakefile20 init.c init2.c inits.c set.c \
64 import.c init.c init2.c inits.c \
100 init.c inits.c inp_str.c inv.c \
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc895 const char *const inits[spec_nodes::M_HWM] local
900 cpp_hashnode *node = cpp_lookup (pfile, UC (inits[ix]),
901 strlen (inits[ix]));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp191 for (CXXCtorInitializer *init : constructor->inits()) {

Completed in 479 milliseconds

1234