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