Searched refs:nbuckets (Results 1 – 1 of 1) sorted by relevance
90 uint32_t nbuckets = hashtab[0]; in resolve_sym_helper() local93 uint32_t *chain = &bucket[nbuckets]; in resolve_sym_helper()99 for (n = bucket[hash % nbuckets]; n; n = chain[n]) { in resolve_sym_helper()121 for (n = bucket[hash % nbuckets]; n; n = chain[n]) { in resolve_sym_helper()
Completed in 2 milliseconds