Searched refs:nentries (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dvec.c235 int nentries = 0; local
249 htab_traverse (vec_desc_hash, add_statistics, &nentries);
250 qsort (loc_array, nentries, sizeof (*loc_array), cmp_statistic);
251 for (i = 0; i < nentries; i++)
257 for (i = 0; i < nentries; i++)
H A Dhash-table.h845 value_type **nentries = Allocator <value_type *> ::data_alloc (nsize); local
846 gcc_assert (nentries != NULL);
847 m_entries = nentries;
1331 value_type *nentries; local
1334 nentries = Allocator <value_type> ::data_alloc (n);
1336 nentries = ::ggc_cleared_vec_alloc<value_type> (n);
1338 gcc_assert (nentries != NULL);
1340 mark_empty (nentries[i]);
1342 return nentries;
1416 value_type *nentries local
[all...]
H A Dggc-common.c1040 int nentries = 0;
1057 loc_hash->traverse <int *, ggc_add_statistics> (&nentries);
1058 qsort (loc_array, nentries, sizeof (*loc_array),
1060 for (i = 0; i < nentries; i++)
1069 for (i = 0; i < nentries; i++)
1039 int nentries = 0; local
/haiku-buildtools/gcc/libcpp/
H A Dsymtab.c184 hashnode *nentries, *p, *limit; local
188 nentries = XCNEWVEC (hashnode, size);
201 if (nentries[index])
208 while (nentries[index]);
210 nentries[index] = *p;
217 table->entries = nentries;
310 fprintf (stderr, "\nString pool\nentries\t\t%lu\n",
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconvert.c1035 tree nentries;
1047 nentries = array_type_nelts (TREE_TYPE (e));
1050 nentries);
1057 nentries = size_binop (PLUS_EXPR, nentries, integer_one_node);
1065 nentries = build_int_2 (init_cnt, 0);
1077 FIXME check that nentries will fit in type;
1108 tree_cons (field0, nentries,
1112 if (TREE_CONSTANT (nentries) && orig_e_constant) /* TREE_CONSTANT (orig_e)) */
1115 if (TREE_STATIC (nentries)
1031 tree nentries; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c45 int32_t nentries; member in struct:__db_txnlist::__anon1189::__anon1193
/haiku-buildtools/legacy/binutils/libiberty/
H A Dhashtab.c476 PTR *nentries; local
500 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
503 nentries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *));
504 if (nentries == NULL)
506 htab->entries = nentries;
/haiku-buildtools/gcc/libiberty/
H A Dhashtab.c523 PTR *nentries; local
547 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
550 nentries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *));
551 if (nentries == NULL)
553 htab->entries = nentries;
/haiku-buildtools/binutils/libiberty/
H A Dhashtab.c523 PTR *nentries; local
547 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
550 nentries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *));
551 if (nentries == NULL)
553 htab->entries = nentries;
/haiku-buildtools/binutils/gas/config/
H A Dtc-metag.c6475 size_t i, nentries; local
6477 nentries = sizeof (metag_scondtab) / sizeof (metag_scondtab[0]);
6479 scond_htab = htab_create_alloc (nentries, hash_scond, eq_scond,
6481 for (i = 0; i < nentries; i++)
/haiku-buildtools/binutils/opcodes/
H A Dmetag-dis.c2274 size_t i, nentries; local
2276 nentries = sizeof(metag_dsp_tmpl_regtab[load])/sizeof(metag_dsp_tmpl_regtab[load][0]);
2278 for (i = 0; i < nentries; i++)
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c5179 unsigned long size, unw_ent_size, nentries, nrelas, i;
5220 nentries = size / unw_ent_size;
5221 size = unw_ent_size * nentries;
5223 tep = aux->table = xcmalloc (nentries, sizeof (aux->table[0]));
5329 aux->table_len = nentries;
5176 unsigned long size, unw_ent_size, nentries, nrelas, i; local
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c7612 unsigned long size, unw_ent_size, nentries, nrelas, i;
7656 nentries = size / unw_ent_size;
7657 size = unw_ent_size * nentries;
7660 xcmalloc (nentries, sizeof (aux->table[0]));
7757 aux->table_len = nentries;
7609 unsigned long size, unw_ent_size, nentries, nrelas, i; local

Completed in 237 milliseconds