Searched refs:nbuckets (Results 1 – 3 of 3) sorted by relevance
103 uint32_t nbuckets; member
169 chain = bucket + h->nbuckets; in resolve_sym_helper()171 n = bucket[hash % h->nbuckets]; in resolve_sym_helper()196 uint32_t nbuckets = hashtab[0]; in resolve_sym_helper() local199 uint32_t *chain = &bucket[nbuckets]; in resolve_sym_helper()203 for (n = bucket[hash % nbuckets]; n; n = chain[n]) { in resolve_sym_helper()
287 if (ADD_OVERFLOW(num_words, h->nbuckets, &num_words) || in check_gnu_hashtab()
Completed in 8 milliseconds