Searched refs:STD_BIT_CLEAR (Results 1 – 2 of 2) sorted by relevance
85 STD_BIT_CLEAR(&mut, 1); \99 STD_BIT_CLEAR(&mut, 2); \
61 #define STD_BIT_CLEAR(bits, ix) ((bits)[(ix)/_STD_BITS_PER((bits))] &= ~(0x1<<((ix) & (_STD_BITS_… macro