Lines Matching defs:nslot
315 for (i = 0; i < h->nslot; i++) {
329 h->nslot = 0;
344 for (i = 0; i < h->nslot; i++) {
368 uint32_t nslot = 0;
379 nslot = UINT32_C(1) << shift;
380 if (nslot > MAX_AVTAB_HASH_BUCKETS)
381 nslot = MAX_AVTAB_HASH_BUCKETS;
382 mask = nslot - 1;
384 h->htable = calloc(nslot, sizeof(avtab_ptr_t));
389 h->nslot = nslot;
401 for (i = 0; i < h->nslot; i++) {
418 tag, h->nel, slots_used, h->nslot, max_chain_len);