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