gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:BUCKET_TO_PAGE (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/search/hash.h - 12.7KB - 291 lines
169: 
170: #define BUCKET_TO_PAGE(B) \
171:         (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)