Searched defs:clrbit (Results 1 – 2 of 2) sorted by relevance
38 #define clrbit(a, i) (((u8 *)a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro