Searched refs:BMAP_BLOCK (Results 1 – 1 of 1) sorted by relevance
62 #define BMAP_BLOCK(index) ((index) / sizeof(bitmap_t) / 8) macro65 ((bitmap)[BMAP_BLOCK(index)] & BMAP_MASK(index))67 ((bitmap)[BMAP_BLOCK(index)] |= BMAP_MASK(index))69 ((bitmap)[BMAP_BLOCK(index)] &= ~BMAP_MASK(index))
Completed in 3 milliseconds