Searched defs:SET_BITS (Results 1 – 2 of 2) sorted by relevance
90 #define SET_BITS(x, bitpos, n) ((x) |= (((1 << (n)) - 1) << (bitpos))) macro
51 #define SET_BITS(value, high, low) \ macro