Searched refs:_3BITS (Results 1 – 2 of 2) sorted by relevance
101 #define _3BITS 0x07 macro423 *dstPtr++ = (char)((cctxPtr->prefs.frameInfo.blockSizeID & _3BITS) << 4); in LZ4F_compressBegin()757 blockSizeID = (BD>>4) & _3BITS; in LZ4F_decodeHeader()
92 #define _3BITS 0x07 macro