Home | History | Annotate | Download | only in lib

Lines Matching refs:_2BITS

150 #define _2BITS 0x03
466 *dstPtr++ = (BYTE)(((1 & _2BITS) << 6) /* Version('01') */
856 version = (FLG>>6) & _2BITS;
881 if (((FLG>>0)&_2BITS) != 0) return err0r(LZ4F_ERROR_reservedFlag_set); /* Reserved bits */