| /netbsd/src/usr.sbin/mmcformat/ |
| D | mmcformat.c | 265 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/ |
| D | omp-general.cc | 260 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()
|
| D | attribs.cc | 725 int nargs = list_length (args); in decl_attributes() 1647 if (list_length (a1) < list_length (a2)) in merge_attributes()
|
| D | langhooks.cc | 314 len = list_length (globals); in global_decl_processing()
|
| D | calls.cc | 2887 = (list_length (type_arg_types) in expand_call()
|
| D | tree.cc | 2306 vec_alloc (v, list_length (vals)); in build_constructor_from_list() 3363 list_length (const_tree t) in list_length() function
|
| D | tree.h | 4873 extern int list_length (const_tree);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm-c.cc | 38 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/ |
| D | objc-gnu-runtime-abi-01.cc | 679 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()
|
| D | objc-next-runtime-abi-01.cc | 828 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()
|
| D | objc-next-runtime-abi-02.cc | 1714 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/ |
| D | optimize.cc | 353 int length = list_length (DECL_ARGUMENTS (fn)); in maybe_thunk_body()
|
| D | lambda.cc | 1117 int nargs = list_length (DECL_ARGUMENTS (callop)) - 1; in maybe_add_lambda_conv_op()
|
| D | mangle.cc | 2092 int i = list_length (parm); in write_local_name() 3538 if (list_length (TREE_OPERAND (expr, 0)) == 1) in write_expression()
|
| D | typeck2.cc | 2345 && list_length (parms) == 1) in build_functional_cast_1()
|
| D | cp-gimplify.cc | 1982 nargs = list_length (DECL_ARGUMENTS (fn)); in cxx_omp_clause_apply_fn()
|
| D | constraint.cc | 793 tree targets = make_tree_vec (list_length (map)); in normalize_atom()
|
| D | method.cc | 2105 const int len = list_length (from); in constructible_expr()
|
| D | semantics.cc | 1833 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()
|
| D | pt.cc | 4768 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()
|
| D | class.cc | 3262 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()
|
| D | typeck.cc | 192 len = list_length (p1); in commonparms() 1116 return exact == ce_derived || base == NULL_TREE || length == list_length (t1); in comp_except_specs()
|
| D | coroutines.cc | 327 tree argtypes = make_tree_vec (list_length (arg_node)-1); in instantiate_coro_traits()
|
| D | name-lookup.cc | 2331 n_fields = list_length (TYPE_VALUES (enumtype)); in insert_late_enum_def_bindings()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.h | 591 ? (list_length (TYPE_ARG_TYPES (FNTYPE)) - 1 \
|