Searched refs:BITNUM (Results 1 – 2 of 2) sorted by relevance
20 #define SET_BIT(BUF, BITNUM) ((BUF)[(BITNUM) >> 3] |= (0x1 << ((BITNUM) & 0x07))) argument
14 #define SET_BIT(BUF, BITNUM) ((BUF)[(BITNUM) >> 3] |= (0x1 << ((BITNUM) & 0x07))) argument
Completed in 3 milliseconds