Home
last modified time | relevance | path

Searched refs:nbucket (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c611 Word *nbucket, Word *nchain, size_t *total) in hash_size() argument
624 *nbucket = buf[0]; in hash_size()
626 *total = 2 + *nbucket + *nchain; in hash_size()
1398 Word nbucket; in fake_shdr_cache() local
1403 &nbucket, &nchain, &total) == 0) { in fake_shdr_cache()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c434 __split_page(hashp, obucket, nbucket)
436 u_int32_t obucket, nbucket; variable
458 new_ii.pgno = BUCKET_TO_PAGE(nbucket);
460 new_ii.bucket = nbucket;
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1061 __ham_split_page(dbc, obucket, nbucket) in __ham_split_page() argument
1063 u_int32_t obucket, nbucket;
1085 if ((ret = __ham_new_page(dbp, BUCKET_TO_PAGE(hcp, nbucket), P_HASH,