Home
last modified time | relevance | path

Searched refs:max_indices (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDada-lang.c9057 int max_indices, num_indices; in assign_aggregate() local
9092 max_indices = 4 * num_specs + 4; in assign_aggregate()
9093 indices = alloca (max_indices * sizeof (indices[0])); in assign_aggregate()
9104 &num_indices, max_indices, in assign_aggregate()
9109 &num_indices, max_indices, in assign_aggregate()
9136 int max_indices, LONGEST low, LONGEST high) in aggregate_assign_positional() argument
9144 add_component_interval (ind, ind, indices, num_indices, max_indices); in aggregate_assign_positional()
9161 int max_indices, LONGEST low, LONGEST high) in aggregate_assign_from_choices() argument
9222 max_indices); in aggregate_assign_from_choices()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDgfx_v8_0.c4006 int max_indices, in gfx_v8_0_parse_ind_reg_list() argument
4044 BUG_ON(*indices_count >= max_indices); in gfx_v8_0_parse_ind_reg_list()