BITS_IN_ROOM      345 regint.h       #define BITSET_SIZE        (SINGLE_BYTE_SIZE / BITS_IN_ROOM)
BITS_IN_ROOM      362 regint.h       #define BS_ROOM(bs,pos)            (bs)[pos / BITS_IN_ROOM]
BITS_IN_ROOM      363 regint.h       #define BS_BIT(pos)                (1 << (pos % BITS_IN_ROOM))