Searched refs:_3BITS (Results 1 – 2 of 2) sorted by relevance
243 #define _3BITS 0x07 macro766 *dstPtr++ = (BYTE)((cctxPtr->prefs.frameInfo.blockSizeID & _3BITS) << 4); in LZ4F_compressBegin_usingCDict()1351 blockSizeID = (BD>>4) & _3BITS; in LZ4F_decodeHeader()
72 #define _3BITS 0x07 macro