Format: AllC/C++CSSTextshell script Advanced Search
169: 170: #define BUCKET_TO_PAGE(B) \ 171: (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)