Searched refs:__db_log2 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_log2.c57 * PUBLIC: u_int32_t __db_log2 __P((u_int32_t));
60 __db_log2(num) function
H A Ddb.c216 (u_int32_t)1 << __db_log2(dbp->pgsize) != dbp->pgsize) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dcommon_ext.h20 u_int32_t __db_log2 __P((u_int32_t));
H A Dhash.h163 ((B) + 1 + ((B) ? (I)->hdr->spares[__db_log2((B)+1)-1] : 0))
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c222 l2 = __db_log2(nelem > 2 ? nelem : 2);
817 if (__db_log2(hcp->hdr->max_bucket + 2) > hcp->hdr->ovfl_point) {
850 spare_ndx = __db_log2(hcp->hdr->max_bucket + 1);
H A Dhash_rec.c628 pow = __db_log2(hcp->hdr->max_bucket + 1);
645 pow = 1 << __db_log2(hcp->hdr->max_bucket + 1);
H A Dhash_page.c1698 ret_val += hcp->hdr->spares[__db_log2(n + 1) - 1];

Completed in 60 milliseconds