Searched defs:CLEAR_BIT (Results 1 – 5 of 5) sorted by relevance
118 #define CLEAR_BIT(x, bitpos) ((x) & (~(1 << (bitpos)))) macro
218 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) macro
167 #define CLEAR_BIT(bit, vector) ClearBit((bit), (BYTE *)&(vector), sizeof(vector)) macro
60 #define CLEAR_BIT(addr, bit) \ macro