Searched refs:BITS_IN_ROOM (Results 1 – 1 of 1) sorted by relevance
316 #define BITS_IN_ROOM (sizeof(Bits) * BITS_PER_BYTE) macro317 #define BITSET_SIZE (SINGLE_BYTE_SIZE / BITS_IN_ROOM)334 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM]335 #define BS_BIT(pos) (1 << (pos % BITS_IN_ROOM))
Completed in 34 milliseconds