CLEAR_LOWER_BITS
#define CLEAR_LOWER_BITS(x, w) \
#define CLEAR_LOWER_BITS(x, w) x = ((x) & ~(1U << (w))) + 1