Searched defs:SET_BIT (Results 1 – 7 of 7) sorted by relevance
118 #define SET_BIT(field) \ macro
248 #define SET_BIT 0 macro
132 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
31 #define SET_BIT(n) (1<<(n)) macro
124 #define SET_BIT 0x1 macro
197 #define SET_BIT(wrd, bit) (wrd | 1 << bit) macro
332 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro