Home
last modified time | relevance | path

Searched refs:SPLITSHIFT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h163 #define SPLITSHIFT 11 macro
165 #define SPLITNUM(N) (((u_int32_t)(N)) >> SPLITSHIFT)
167 #define OADDR_OF(S,O) ((u_int32_t)((u_int32_t)(S) << SPLITSHIFT) + (O))
H A Dhash_page.c1305 ndx = ((u_int16_t)addr) >> SPLITSHIFT;