Home
last modified time | relevance | path

Searched refs:list_length (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/src/usr.sbin/mmcformat/
Dmmcformat.c265 int list_length; in get_format_capabilities() local
287 list_length = buf[ 3]; in get_format_capabilities()
289 if (list_length % 8) { in get_format_capabilities()
293 assert(list_length % 8 == 4); in get_format_capabilities()
294 list_length -= 4; in get_format_capabilities()
298 trans_len = 12 + list_length; /* complete structure */ in get_format_capabilities()
312 *len = list_length; in get_format_capabilities()
469 process_format_caps(uint8_t *buf, int list_length, int verbose, in process_format_caps() argument
482 list_length -= 4; /* strip header */ in process_format_caps()
486 "reported length of %d bytes (8/entry)\n", list_length); in process_format_caps()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-general.cc260 fd->collapse = list_length (fd->tiling); in omp_extract_for_data()
1003 int nconstructs = list_length (ctx); in omp_constructor_traits_to_codes()
1118 if (list_length (TREE_VALUE (t)) < 5) in omp_check_context_selector()
1818 int len1 = list_length (ctx1); in omp_context_selector_set_compare()
1819 int len2 = list_length (ctx2); in omp_context_selector_set_compare()
1910 int len1 = list_length (ctx1); in omp_context_selector_compare()
1911 int len2 = list_length (ctx2); in omp_context_selector_compare()
Dattribs.cc725 int nargs = list_length (args); in decl_attributes()
1647 if (list_length (a1) < list_length (a2)) in merge_attributes()
Dlanghooks.cc314 len = list_length (globals); in global_decl_processing()
Dcalls.cc2887 = (list_length (type_arg_types) in expand_call()
Dtree.cc2306 vec_alloc (v, list_length (vals)); in build_constructor_from_list()
3363 list_length (const_tree t) in list_length() function
Dtree.h4873 extern int list_length (const_tree);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-c.cc38 unsigned num_args = list_length (TYPE_ARG_TYPES (TREE_TYPE (fndecl))) - 1; in arm_resolve_cde_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-gnu-runtime-abi-01.cc679 unsigned nparm = (method_params ? list_length (method_params) : 0); in build_objc_method_call()
1225 size = list_length (chain); in generate_v1_meth_descriptor_table()
1365 int size = list_length (chain); in generate_dispatch_table()
Dobjc-next-runtime-abi-01.cc828 unsigned nparm = (method_params ? list_length (method_params) : 0); in build_objc_method_call()
1161 size = list_length (chain); in generate_v1_meth_descriptor_table()
1669 if (!chain || !name || !(size = list_length (chain))) in generate_dispatch_table()
Dobjc-next-runtime-abi-02.cc1714 unsigned nparm = (method_params ? list_length (method_params) : 0); in build_v2_build_objc_method_call()
2857 if (!chain || !name || !(size = list_length (chain))) in generate_v2_dispatch_table()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc353 int length = list_length (DECL_ARGUMENTS (fn)); in maybe_thunk_body()
Dlambda.cc1117 int nargs = list_length (DECL_ARGUMENTS (callop)) - 1; in maybe_add_lambda_conv_op()
Dmangle.cc2092 int i = list_length (parm); in write_local_name()
3538 if (list_length (TREE_OPERAND (expr, 0)) == 1) in write_expression()
Dtypeck2.cc2345 && list_length (parms) == 1) in build_functional_cast_1()
Dcp-gimplify.cc1982 nargs = list_length (DECL_ARGUMENTS (fn)); in cxx_omp_clause_apply_fn()
Dconstraint.cc793 tree targets = make_tree_vec (list_length (map)); in normalize_atom()
Dmethod.cc2105 const int len = list_length (from); in constructible_expr()
Dsemantics.cc1833 int ninputs = list_length (input_operands); in finish_asm_stmt()
1834 int noutputs = list_length (output_operands); in finish_asm_stmt()
10361 collapse = list_length (OMP_CLAUSE_TILE_LIST (c)); in finish_omp_for()
Dpt.cc4768 tree saved_parmlist = make_tree_vec (list_length (parms)); in end_template_parm_list()
13943 unsigned ridx = list_length (parm); in tsubst_default_argument()
22391 unsigned nsargs = i + list_length (sarg); in fn_type_unification()
24784 nargs = list_length (TYPE_ARG_TYPES (arg)); in unify()
25438 nargs = list_length (decl_arg_types); in get_bindings()
25842 str = ngettext ("candidate is:", "candidates are:", list_length (list)); in most_specialized_partial_spec()
29767 int len = list_length (init); in maybe_aggr_guide()
Dclass.cc3262 tree *new_parms = XALLOCAVEC (tree, list_length (parms)); in one_inherited_ctor()
8492 nargs = list_length (target_arg_types); in resolve_address_of_overloaded_function()
Dtypeck.cc192 len = list_length (p1); in commonparms()
1116 return exact == ce_derived || base == NULL_TREE || length == list_length (t1); in comp_except_specs()
Dcoroutines.cc327 tree argtypes = make_tree_vec (list_length (arg_node)-1); in instantiate_coro_traits()
Dname-lookup.cc2331 n_fields = list_length (TYPE_VALUES (enumtype)); in insert_late_enum_def_bindings()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.h591 ? (list_length (TYPE_ARG_TYPES (FNTYPE)) - 1 \

12