| /dflybsd-src/contrib/binutils-2.34/libiberty/ |
| H A D | partition.c | 53 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 83 int class_element = elements[elem1].class_element; in partition_union() 86 if (class_element == elements[elem2].class_element) in partition_union() 91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union() 96 class_element = elements[elem1].class_element; in partition_union() 99 e1 = &(elements[elem1]); in partition_union() 100 e2 = &(elements[elem2]); in partition_union() [all …]
|
| H A D | d-demangle.c | 1184 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 1502 mangled = dlang_number (mangled, &elements); in dlang_parse_tuple() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libiberty/ |
| H A D | partition.c | 53 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 83 int class_element = elements[elem1].class_element; in partition_union() 86 if (class_element == elements[elem2].class_element) in partition_union() 91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union() 96 class_element = elements[elem1].class_element; in partition_union() 99 e1 = &(elements[elem1]); in partition_union() 100 e2 = &(elements[elem2]); in partition_union() [all …]
|
| H A D | d-demangle.c | 1184 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 1491 mangled = dlang_number (mangled, &elements); in dlang_parse_tuple() [all …]
|
| /dflybsd-src/contrib/binutils-2.27/libiberty/ |
| H A D | partition.c | 53 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 83 int class_element = elements[elem1].class_element; in partition_union() 86 if (class_element == elements[elem2].class_element) in partition_union() 91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union() 96 class_element = elements[elem1].class_element; in partition_union() 99 e1 = &(elements[elem1]); in partition_union() 100 e2 = &(elements[elem2]); in partition_union() [all …]
|
| H A D | d-demangle.c | 1147 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() 1446 long elements = strtol (mangled, &endptr, 10); in dlang_parse_tuple() local 1448 if (endptr == NULL || elements < 0) in dlang_parse_tuple() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libiberty/ |
| H A D | partition.c | 53 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 83 int class_element = elements[elem1].class_element; in partition_union() 86 if (class_element == elements[elem2].class_element) in partition_union() 91 if (elements[elem1].class_count < elements[elem2].class_count) in partition_union() 96 class_element = elements[elem1].class_element; in partition_union() 99 e1 = &(elements[elem1]); in partition_union() 100 e2 = &(elements[elem2]); in partition_union() [all …]
|
| /dflybsd-src/contrib/binutils-2.34/ld/ |
| H A D | ldctor.c | 78 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() 100 bfd_get_target (p->elements->section->owner)) != 0) in ldctor_add_set_entry() 114 for (epp = &p->elements; *epp != NULL; epp = &(*epp)->u.next) 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() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | valarray | 102 * Classes and functions for representing and manipulating arrays of elements. 133 /// Construct an array with @a n elements. 136 /// Construct an array with @a n elements initialized to @a t. 139 /// Construct an array initialized to the first @a n elements of @a t. 174 * @brief Assign elements to an array. 176 * Assign elements of array to values in @a v. 184 * @brief Move assign elements to an array. 186 * Move assign elements of array to values in @a v. 194 * @brief Assign elements to a value. 196 * Assign all elements of array to @a t. [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | valarray | 100 * Classes and functions for representing and manipulating arrays of elements. 131 /// Construct an array with @a n elements. 134 /// Construct an array with @a n elements initialized to @a t. 137 /// Construct an array initialized to the first @a n elements of @a t. 172 * @brief Assign elements to an array. 174 * Assign elements of array to values in @a v. 182 * @brief Move assign elements to an array. 184 * Move assign elements of array to values in @a v. 192 * @brief Assign elements to a value. 194 * Assign all elements of array to @a t. [all …]
|
| /dflybsd-src/contrib/binutils-2.27/ld/ |
| H A D | ldctor.c | 77 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() 113 for (epp = &p->elements; *epp != NULL; epp = &(*epp)->next) 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() [all …]
|
| /dflybsd-src/sys/kern/ |
| H A D | kern_subr.c | 330 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() 389 phashinit(int elements, struct malloc_type *type, u_long *nentries) in phashinit() argument 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 [all …]
|
| /dflybsd-src/sys/net/dummynet/ |
| H A D | ip_dummynet.c | 286 son = h->elements; in heap_insert() 288 if (heap_init(h, h->elements + 1)) in heap_insert() 293 h->elements++; in heap_insert() 318 int child, father, max = h->elements - 1; in heap_extract() 331 if (father < 0 || father >= h->elements) { in heap_extract() 333 father, h->elements); in heap_extract() 347 h->elements--; in heap_extract() 366 for (i = 0; i < h->elements; i++) in heapify() 543 while (p->numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq() 544 if (sch->elements > 0) { /* Have some eligible pkts to send out */ in ready_event_wfq() [all …]
|
| /dflybsd-src/sys/net/dummynet3/ |
| H A D | ip_dummynet3.c | 305 son = h->elements; in heap_insert() 307 if (heap_init(h, h->elements + 1)) in heap_insert() 312 h->elements++; in heap_insert() 337 int child, father, max = h->elements - 1; in heap_extract() 350 if (father < 0 || father >= h->elements) { in heap_extract() 352 father, h->elements); in heap_extract() 366 h->elements--; in heap_extract() 385 for (i = 0; i < h->elements; i++) in heapify() 562 while (p->numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq() 563 if (sch->elements > 0) { /* Have some eligible pkts to send out */ in ready_event_wfq() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | vec-perm-indices.c | 39 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 D | hash-map-tests.c | 56 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()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | gss-genr.c | 69 memcmp(ctx->oid->elements, data, len) == 0); in ssh_gssapi_check_oid() 77 free(ctx->oid->elements); in ssh_gssapi_set_oid_data() 82 ctx->oid->elements = xmalloc(len); in ssh_gssapi_set_oid_data() 83 memcpy(ctx->oid->elements, data, len); in ssh_gssapi_set_oid_data() 90 ssh_gssapi_set_oid_data(ctx, oid->elements, oid->length); in ssh_gssapi_set_oid() 186 free((*ctx)->oid->elements); in ssh_gssapi_delete_ctx() 282 (memcmp(oid->elements, spnego_oid.elements, oid->length) == 0)) in ssh_gssapi_check_mechanism()
|
| /dflybsd-src/sys/dev/drm/i915/ |
| H A D | intel_acpi.c | 88 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];
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-vect-generic.c | 528 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() 603 arraytype = build_array_type_nelts (vect_elt_type, elements); in vector_element() 633 unsigned int elements = TYPE_VECTOR_SUBPARTS (vect_type); in lower_vec_perm() local 643 unsigned char *sel_int = XALLOCAVEC (unsigned char, elements); in lower_vec_perm() 646 for (i = 0; i < elements; ++i, vals = TREE_CHAIN (vals)) in lower_vec_perm() 647 sel_int[i] = TREE_INT_CST_LOW (TREE_VALUE (vals)) & (2 * elements - 1); in lower_vec_perm() 658 v = VEC_alloc (constructor_elt, gc, elements); in lower_vec_perm() [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | parse.c | 1428 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() 1549 return type_stack.elements[--type_stack.depth].typelist_val; in VEC() 1558 return type_stack.elements[--type_stack.depth].stack_val; in pop_type_stack() 1569 memcpy (&to->elements[to->depth], &from->elements[0], in append_type_stack() [all …]
|
| H A D | xml-support.c | 48 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 …]
|
| /dflybsd-src/contrib/gcc-8.0/include/ |
| H A D | partition.h | 64 struct partition_elem elements[1]; member 76 ((partition__)->elements[(element__)].class_element)
|
| /dflybsd-src/contrib/gcc-4.7/include/ |
| H A D | partition.h | 64 struct partition_elem elements[1]; member 76 ((partition__)->elements[(element__)].class_element)
|
| /dflybsd-src/contrib/binutils-2.34/include/ |
| H A D | partition.h | 64 struct partition_elem elements[1]; member 76 ((partition__)->elements[(element__)].class_element)
|
| /dflybsd-src/contrib/binutils-2.27/include/ |
| H A D | partition.h | 64 struct partition_elem elements[1]; member 76 ((partition__)->elements[(element__)].class_element)
|