Searched refs:BMAP_MASK (Results 1 – 1 of 1) sorted by relevance
63 #define BMAP_MASK(index) ((bitmap_t) 1 << ((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