Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 25 of 203) sorted by relevance

123456789

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpartition.c53 part->elements[e].class_element = e; in partition_new()
54 part->elements[e].next = &(part->elements[e]); in partition_new()
55 part->elements[e].class_count = 1; in partition_new()
77 struct partition_elem *elements = part->elements; in partition_union() local
91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union()
99 e1 = &(elements[elem1]); in partition_union()
100 e2 = &(elements[elem2]); in partition_union()
103 elements[class_element].class_count in partition_union()
144 struct partition_elem *elements = part->elements; in partition_print() local
161 int count = elements[elements[e].class_element].class_count; in partition_print()
[all …]
H A Dd-demangle.c1147 long elements = strtol (mangled, &endptr, 10); in dlang_parse_arrayliteral() local
1149 if (endptr == NULL || elements < 0) in dlang_parse_arrayliteral()
1154 while (elements--) in dlang_parse_arrayliteral()
1157 if (elements != 0) in dlang_parse_arrayliteral()
1171 long elements = strtol (mangled, &endptr, 10); in dlang_parse_assocarray() local
1173 if (endptr == NULL || elements < 0) in dlang_parse_assocarray()
1178 while (elements--) in dlang_parse_assocarray()
1184 if (elements != 0) in dlang_parse_assocarray()
1448 if (endptr == NULL || elements < 0) in dlang_parse_tuple()
1454 while (elements--) in dlang_parse_tuple()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpartition.c53 part->elements[e].class_element = e; in partition_new()
54 part->elements[e].next = &(part->elements[e]); in partition_new()
55 part->elements[e].class_count = 1; in partition_new()
77 struct partition_elem *elements = part->elements; in partition_union() local
91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union()
99 e1 = &(elements[elem1]); in partition_union()
100 e2 = &(elements[elem2]); in partition_union()
103 elements[class_element].class_count in partition_union()
144 struct partition_elem *elements = part->elements; in partition_print() local
161 int count = elements[elements[e].class_element].class_count; in partition_print()
[all …]
H A Dd-demangle.c1184 long elements; in dlang_parse_arrayliteral() local
1186 mangled = dlang_number (mangled, &elements); in dlang_parse_arrayliteral()
1191 while (elements--) in dlang_parse_arrayliteral()
1197 if (elements != 0) in dlang_parse_arrayliteral()
1210 long elements; in dlang_parse_assocarray() local
1212 mangled = dlang_number (mangled, &elements); in dlang_parse_assocarray()
1217 while (elements--) in dlang_parse_assocarray()
1228 if (elements != 0) in dlang_parse_assocarray()
1500 long elements; in dlang_parse_tuple() local
1508 while (elements--) in dlang_parse_tuple()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpartition.c53 part->elements[e].class_element = e; in partition_new()
54 part->elements[e].next = &(part->elements[e]); in partition_new()
55 part->elements[e].class_count = 1; in partition_new()
77 struct partition_elem *elements = part->elements; in partition_union() local
91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union()
99 e1 = &(elements[elem1]); in partition_union()
100 e2 = &(elements[elem2]); in partition_union()
103 elements[class_element].class_count in partition_union()
144 struct partition_elem *elements = part->elements; in partition_print() local
161 int count = elements[elements[e].class_element].class_count; in partition_print()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpartition.c53 part->elements[e].class_element = e; in partition_new()
54 part->elements[e].next = &(part->elements[e]); in partition_new()
55 part->elements[e].class_count = 1; in partition_new()
77 struct partition_elem *elements = part->elements; in partition_union() local
91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union()
99 e1 = &(elements[elem1]); in partition_union()
100 e2 = &(elements[elem2]); in partition_union()
103 elements[class_element].class_count in partition_union()
144 struct partition_elem *elements = part->elements; in partition_print() local
161 int count = elements[elements[e].class_element].class_count; in partition_print()
[all …]
H A Dd-demangle.c1184 long elements; in dlang_parse_arrayliteral() local
1186 mangled = dlang_number (mangled, &elements); in dlang_parse_arrayliteral()
1191 while (elements--) in dlang_parse_arrayliteral()
1194 if (elements != 0) in dlang_parse_arrayliteral()
1207 long elements; in dlang_parse_assocarray() local
1209 mangled = dlang_number (mangled, &elements); in dlang_parse_assocarray()
1214 while (elements--) in dlang_parse_assocarray()
1220 if (elements != 0) in dlang_parse_assocarray()
1489 long elements; in dlang_parse_tuple() local
1497 while (elements--) in dlang_parse_tuple()
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dldctor.c78 p->elements = NULL; in ldctor_add_set_entry()
96 if (p->elements != NULL in ldctor_add_set_entry()
98 && p->elements->section->owner != NULL in ldctor_add_set_entry()
216 if (p->elements == NULL) in ldctor_build_sets()
220 for (e = p->elements; e != NULL; e = e->u.next) in ldctor_build_sets()
226 for (e = p->elements; e != NULL; e = enext) in ldctor_build_sets()
237 p->elements = e; in ldctor_build_sets()
287 if (p->elements->section->owner != NULL) in ldctor_build_sets()
293 if (p->elements->section->owner == NULL) in ldctor_build_sets()
295 bfd_section_name (p->elements->section), in ldctor_build_sets()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dvalarray365 * elements.
416 /// Multiply elements of array by corresponding elements of @a v.
419 /// Divide elements of array by corresponding elements of @a v.
422 /// Modulo elements of array by corresponding elements of @a v.
425 /// Add corresponding elements of @a v to elements of array.
428 /// Subtract corresponding elements of @a v from elements of array.
431 /// Logical xor corresponding elements of @a v with elements of array.
434 /// Logical or corresponding elements of @a v with elements of array.
437 /// Logical and corresponding elements of @a v with elements of array.
440 /// Left shift elements of array by corresponding elements of @a v.
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dvalarray367 * elements.
418 /// Multiply elements of array by corresponding elements of @a v.
421 /// Divide elements of array by corresponding elements of @a v.
424 /// Modulo elements of array by corresponding elements of @a v.
427 /// Add corresponding elements of @a v to elements of array.
430 /// Subtract corresponding elements of @a v from elements of array.
433 /// Logical xor corresponding elements of @a v with elements of array.
436 /// Logical or corresponding elements of @a v with elements of array.
439 /// Logical and corresponding elements of @a v with elements of array.
442 /// Left shift elements of array by corresponding elements of @a v.
[all …]
/dragonfly/contrib/binutils-2.27/ld/
H A Dldctor.c77 p->elements = NULL; in ldctor_add_set_entry()
95 if (p->elements != NULL in ldctor_add_set_entry()
97 && p->elements->section->owner != NULL in ldctor_add_set_entry()
99 bfd_get_target (p->elements->section->owner)) != 0) in ldctor_add_set_entry()
219 if (p->elements == NULL) in ldctor_build_sets()
223 for (e = p->elements; e != NULL; e = e->next) in ldctor_build_sets()
229 for (e = p->elements; e != NULL; e = e->next) in ldctor_build_sets()
238 p->elements = e; in ldctor_build_sets()
288 if (p->elements->section->owner != NULL) in ldctor_build_sets()
294 bfd_get_target (p->elements->section->owner), in ldctor_build_sets()
[all …]
/dragonfly/sys/kern/
H A Dkern_subr.c330 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() argument
336 if (elements <= 0) in hashinit()
338 for (hashsize = 2; hashsize < elements; hashsize <<= 1) in hashinit()
365 hashinit_ext(int elements, size_t size, struct malloc_type *type, in hashinit_ext() argument
371 if (elements <= 0) in hashinit_ext()
373 for (hashsize = 2; hashsize < elements; hashsize <<= 1) in hashinit_ext()
395 if (elements <= 0) in phashinit()
397 for (i = 1, hashsize = primes[1]; hashsize <= elements;) { in phashinit()
419 phashinit_ext(int elements, size_t size, struct malloc_type *type, in phashinit_ext() argument
426 if (elements <= 0) in phashinit_ext()
[all …]
/dragonfly/sys/net/dummynet/
H A Dip_dummynet.c286 son = h->elements; in heap_insert()
293 h->elements++; in heap_insert()
333 father, h->elements); in heap_extract()
347 h->elements--; in heap_extract()
543 while (p->numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()
581 if (sch->elements == 0 && neh->elements > 0) in ready_event_wfq()
595 if (sch->elements == 0 && neh->elements == 0 && p->numbytes >= 0 && in ready_event_wfq()
610 p->idle_heap.elements = 0; in ready_event_wfq()
1596 h->elements--; in fs_remove_from_heap()
1613 if (h->elements > 0) { in pipe_remove_from_heap()
[all …]
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.c305 son = h->elements; in heap_insert()
312 h->elements++; in heap_insert()
352 father, h->elements); in heap_extract()
366 h->elements--; in heap_extract()
562 while (p->numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()
600 if (sch->elements == 0 && neh->elements > 0) in ready_event_wfq()
614 if (sch->elements == 0 && neh->elements == 0 && p->numbytes >= 0 && in ready_event_wfq()
1585 while (i < h->elements) { in fs_remove_from_heap()
1587 h->elements--; in fs_remove_from_heap()
1604 if (h->elements > 0) { in pipe_remove_from_heap()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvec-perm-indices.c39 vec_perm_indices::new_vector (const vec_perm_builder &elements, in new_vector() argument
53 poly_uint64 full_nelts = elements.full_nelts (); in new_vector()
59 copy_nelts = elements.encoded_nelts (); in new_vector()
60 m_encoding.new_vector (full_nelts, elements.npatterns (), in new_vector()
61 elements.nelts_per_pattern ()); in new_vector()
65 m_encoding.quick_push (clamp (elements.elt (i))); in new_vector()
73 element_type step = clamp (elements.elt (i) in new_vector()
74 - elements.elt (i - npatterns)); in new_vector()
H A Dhash-map-tests.c56 ASSERT_EQ (0, m.elements ()); in test_map_of_strings_to_int()
68 ASSERT_EQ (6, m.elements ()); in test_map_of_strings_to_int()
78 ASSERT_EQ (5, m.elements ()); in test_map_of_strings_to_int()
H A Dtree-vect-generic.c1205 unsigned int elements; in vector_element() local
1220 index &= elements - 1; in vector_element()
1302 unsigned HOST_WIDE_INT elements; in lower_vec_perm() local
1326 vec_perm_indices indices (sel_int, 2, elements); in lower_vec_perm()
1340 && known_lt (poly_uint64 (indices[0]), elements)) in lower_vec_perm()
1345 for (i = 1; i < elements; ++i) in lower_vec_perm()
1350 if (maybe_lt (actual, elements) in lower_vec_perm()
1352 : maybe_lt (expected, elements)) in lower_vec_perm()
1355 ok_p = i == elements; in lower_vec_perm()
1371 vec_alloc (v, elements); in lower_vec_perm()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Dintel_acpi.c88 connector_count = &pkg->package.elements[0];
92 union acpi_object *obj = &pkg->package.elements[i];
93 union acpi_object *connector_id = &obj->package.elements[0];
94 union acpi_object *info = &obj->package.elements[1];
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-generic.c528 unsigned int elements; in vector_element() local
532 elements = TYPE_VECTOR_SUBPARTS (vect_type); in vector_element()
541 if (!host_integerp (idx, 1) || index >= elements) in vector_element()
543 index &= elements - 1; in vector_element()
633 unsigned int elements = TYPE_VECTOR_SUBPARTS (vect_type); in lower_vec_perm() local
658 v = VEC_alloc (constructor_elt, gc, elements); in lower_vec_perm()
659 for (i = 0; i < elements; i++) in lower_vec_perm()
669 if (!host_integerp (i_val, 1) || index >= elements) in lower_vec_perm()
672 if (two_operand_p && (index & elements) != 0) in lower_vec_perm()
687 build_int_cst (mask_elt_type, elements)); in lower_vec_perm()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dparse.c1428 stack->elements = xrealloc (stack->elements, in type_stack_reserve()
1451 memmove (&type_stack.elements[slot + 1], &type_stack.elements[slot], in insert_into_type_stack()
1453 type_stack.elements[slot] = element; in insert_into_type_stack()
1488 type_stack.elements[type_stack.depth++].piece = tp; in push_type()
1495 type_stack.elements[type_stack.depth++].int_val = n; in push_type_int()
1530 return type_stack.elements[--type_stack.depth].piece; in pop_type()
1538 return type_stack.elements[--type_stack.depth].int_val; in pop_type_int()
1569 memcpy (&to->elements[to->depth], &from->elements[0], in append_type_stack()
1598 type_stack.elements = NULL; in get_type_stack()
1610 xfree (stack->elements); in type_stack_cleanup()
[all …]
H A Dxml-support.c48 const struct gdb_xml_element *elements; member
201 for (element = scope->elements; element && element->name; in gdb_xml_start_element()
218 unknown_scope->elements = scope->elements; in gdb_xml_start_element()
305 scope->elements = element->children; in gdb_xml_start_element()
349 for (element = scope->elements, seen = 1; in gdb_xml_end_element()
447 const struct gdb_xml_element *elements, in gdb_xml_create_parser_and_cleanup_1() argument
475 start_scope.elements = elements; in gdb_xml_create_parser_and_cleanup_1()
490 const struct gdb_xml_element *elements, in gdb_xml_create_parser_and_cleanup() argument
495 return gdb_xml_create_parser_and_cleanup_1 (name, elements, user_data, in gdb_xml_create_parser_and_cleanup()
618 const struct gdb_xml_element *elements, in gdb_xml_parse_quick() argument
[all …]
/dragonfly/contrib/binutils-2.34/include/
H A Dpartition.h64 struct partition_elem elements[1]; member
76 ((partition__)->elements[(element__)].class_element)
/dragonfly/contrib/gcc-4.7/include/
H A Dpartition.h64 struct partition_elem elements[1]; member
76 ((partition__)->elements[(element__)].class_element)
/dragonfly/contrib/binutils-2.27/include/
H A Dpartition.h64 struct partition_elem elements[1]; member
76 ((partition__)->elements[(element__)].class_element)
/dragonfly/contrib/gcc-8.0/include/
H A Dpartition.h64 struct partition_elem elements[1]; member
76 ((partition__)->elements[(element__)].class_element)

123456789