gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:SPLITNUM (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/search/hash.h - 12.7KB - 291 lines
165: #define SPLITMASK       0x7FF
166: #define SPLITNUM(N)     (((u_int32_t)(N)) >> SPLITSHIFT)
167: #define OPAGENUM(N)     ((N) & SPLITMASK)