Searched defs:clrbit (Results 1 – 3 of 3) sorted by relevance
371 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
1172 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
85 #define clrbit(w, b) (w[WORDOFBIT(b)] &= ~POWEROFBIT(b)) macro