Searched defs:RESET_BIT (Results 1 – 2 of 2) sorted by relevance
103 #define RESET_BIT(x, pos) (x) = (x) & ~(1 << pos); macro
125 #define RESET_BIT(x, bit) (x = x & ~((WORD32)1 << bit)) macro