Searched refs:BINBLOCKWIDTH (Results 1 – 1 of 1) sorted by relevance
1642 #define BINBLOCKWIDTH 4 /* bins per block */ macro1648 #define idx2binblock(ix) ((unsigned long)1 << (ix / BINBLOCKWIDTH))2447 idx = (idx & ~(BINBLOCKWIDTH - 1)) + BINBLOCKWIDTH;2451 idx += BINBLOCKWIDTH;2505 } while ((++idx & (BINBLOCKWIDTH - 1)) != 0);2511 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)2526 idx += BINBLOCKWIDTH;