Home | History | Annotate | Download | only in lib

Lines Matching refs:_2BITS

100 #define _2BITS 0x03
419 *dstPtr++ = ((1 & _2BITS) << 6) /* Version('01') */
750 version = (FLG>>6)&_2BITS;