Home | History | Annotate | Download | only in libiberty

Lines Matching full:nsize

454       int nsize = prime_tab[nindex].prime;
461 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
464 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *));
465 htab->size = nsize;
524 size_t nsize, osize, elts;
538 nsize = prime_tab[nindex].prime;
543 nsize = osize;
547 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
550 nentries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *));
554 htab->size = nsize;