Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.h162 #define SPLITSHIFT 11 macro
164 #define SPLITNUM(N) (((u_int32_t)(N)) >> SPLITSHIFT)
166 #define OADDR_OF(S,O) ((u_int32_t)((u_int32_t)(S) << SPLITSHIFT) + (O))
H A Dhash_page.c815 ndx = (((u_int16_t)addr) >> SPLITSHIFT); in __free_ovflpage()