CLR_BIT
#define CLR_BIT(wrd, bit) ((wrd) & ~(1 << (bit)))
#define CLR_BIT 1
#undef CLR_BIT
#define CLR_BIT(data, idx) ((data) &= ~(1 << (idx)))