Searched refs:BITS_IN_ROOM (Results 1 – 1 of 1) sorted by relevance
318 #define BITS_IN_ROOM (sizeof(Bits) * BITS_PER_BYTE) macro319 #define BITSET_SIZE (SINGLE_BYTE_SIZE / BITS_IN_ROOM)336 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM]337 #define BS_BIT(pos) (1 << (pos % BITS_IN_ROOM))