Searched defs:BUCKET_TO_PAGE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h162 #define BUCKET_TO_PAGE(I, B) \ macro
165 #define PGNO_OF(I, S, O) (BUCKET_TO_PAGE((I), (1 << (S)) - 1) + (O))
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h171 #define BUCKET_TO_PAGE(B) \ macro
175 (BUCKET_TO_PAGE ( (1 << SPLITNUM((B))) -1 ) + OPAGENUM((B)))

Completed in 48 milliseconds