Home | History | Annotate | Download | only in dist

Lines Matching refs:CLEARBIT

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