Searched refs:hh_nbucket (Results 1 – 4 of 4) sorted by relevance
316 hdr.hh_nbucket = 1 * nhints; in buildhints()317 n = hdr.hh_nbucket * sizeof(struct hints_bucket); in buildhints()327 nhints, hdr.hh_nbucket, strtab_sz); in buildhints()332 for (i = 0; i < hdr.hh_nbucket; i++) in buildhints()343 hdr.hh_nbucket); in buildhints()348 for (j = 0; j < hdr.hh_nbucket; j++) { in buildhints()352 if (j == hdr.hh_nbucket) { in buildhints()399 if (write(fd, blist, hdr.hh_nbucket * sizeof(struct hints_bucket)) != in buildhints()400 hdr.hh_nbucket * sizeof(struct hints_bucket)) { in buildhints()481 for (i = 0; i < hdr->hh_nbucket; i++) { in readhints()
213 if (hheader->hh_nbucket == 0) in _dl_findhint()216 bp = hbuckets + (_dl_hinthash(name, major, minor) % hheader->hh_nbucket); in _dl_findhint()
221 if (hheader->hh_nbucket == 0) in _dl_findhint()224 bp = hbuckets + (_dl_hinthash(name, major, minor) % hheader->hh_nbucket); in _dl_findhint()
123 long hh_nbucket; /* Number of buckets in hashtab */ member