/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | pointer-set.c | 35 size_t n_elements; member 76 result->n_elements = 0; in pointer_set_create() 143 if (pset->n_elements > pset->n_slots / 4) in pointer_set_insert() 168 ++pset->n_elements; in pointer_set_insert() 195 size_t n_elements; member 207 result->n_elements = 0; in pointer_map_create() 257 if (pmap->n_elements > pmap->n_slots / 4) in pointer_map_insert() 285 ++pmap->n_elements; in pointer_map_insert()
|
H A D | vec.c | 572 loc_array = XCNEWVEC (struct vec_descriptor *, vec_desc_hash->n_elements); in dump_vec_loc_statistics()
|
H A D | ggc-common.c | 1056 loc_array = XCNEWVEC (struct loc_descriptor *, loc_hash->n_elements); in dump_ggc_loc_statistics()
|
H A D | cselib.c | 2647 > (cselib_hash_table->n_elements in cselib_process_insn()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | hashtab.h | 74 size_t n_elements; member 181 return htab->n_elements - htab->n_deleted; in htab_elements() 241 result->n_elements = 0; in htab_create() 306 nhtab->n_elements = htab->n_elements - htab->n_deleted; in htab_expand() 374 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot() 422 htab->n_elements++; in htab_find_slot()
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | hashtab.c | 231 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 479 htab->n_elements = 0; in htab_empty() 564 htab->n_elements -= htab->n_deleted; in htab_expand() 651 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 702 htab->n_elements++; in htab_find_slot_with_hash()
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | hashtab.c | 231 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 479 htab->n_elements = 0; in htab_empty() 564 htab->n_elements -= htab->n_deleted; in htab_expand() 651 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 702 htab->n_elements++; in htab_find_slot_with_hash()
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | hashtab.c | 222 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 470 htab->n_elements = 0; in htab_empty() 555 htab->n_elements -= htab->n_deleted; in htab_expand() 642 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 693 htab->n_elements++; in htab_find_slot_with_hash()
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | hashtab.c | 223 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 471 htab->n_elements = 0; in htab_empty() 556 htab->n_elements -= htab->n_deleted; in htab_expand() 643 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 694 htab->n_elements++; in htab_find_slot_with_hash()
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | hashtab.c | 222 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 470 htab->n_elements = 0; in htab_empty() 555 htab->n_elements -= htab->n_deleted; in htab_expand() 642 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 693 htab->n_elements++; in htab_find_slot_with_hash()
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | hashtab.h | 112 size_t n_elements; member
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | hashtab.h | 112 size_t n_elements; member
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | hashtab.h | 112 size_t n_elements; member
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | hashtab.h | 117 size_t n_elements; member
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | hashtab.h | 117 size_t n_elements; member
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | dwarf2read.c | 2382 const gdb_byte *cu_list, offset_type n_elements, in create_cus_from_index_list() argument 2389 for (i = 0; i < n_elements; i += 2) in create_cus_from_index_list() 19791 offset_type n_elements; member 19848 symtab->n_elements = 0; in create_mapped_symtab() 19925 ++symtab->n_elements; in add_index_entry() 19926 if (4 * symtab->n_elements / 3 >= symtab->size) in add_index_entry()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.c | 4176 int n_elements; in c_type_hash() local 4207 n_elements = list_length (t2); in c_type_hash() 4213 return ((size << 24) | (n_elements << shift)); in c_type_hash()
|