Searched refs:POW2 (Results 1 – 2 of 2) sorted by relevance
177 #define POW2(N) (1 << (N)) macro
1284 if (POW2(sp) + hashp->hdr.spares[sp] < pgno &&1285 (POW2(sp + 1) + hashp->hdr.spares[sp + 1]) > pgno)1289 pgno - ((POW2(sp + 1) - 1) + hashp->hdr.spares[sp]));