Home | History | Annotate | Download | only in orig

Lines Matching defs:SETBIT

40333 #define SETBIT(V,I)      V[I>>3] |= (1<<(I&7))
40409 SETBIT(pV, (i+1));