Home | History | Annotate | Download | only in orig

Lines Matching refs:CLEARBIT

36112 #define CLEARBIT(V,I)    V[I>>3] &= ~(1<<(I&7))
36193 CLEARBIT(pV, (i+1));