Home
last modified time | relevance | path

Searched refs:_3BITS (Results 1 - 2 of 2) sorted by relevance

/third_party/lz4/lib/
H A Dlz4frame.c243 #define _3BITS 0x07 macro
766 *dstPtr++ = (BYTE)((cctxPtr->prefs.frameInfo.blockSizeID & _3BITS) << 4); in LZ4F_compressBegin_usingCDict()
1351 blockSizeID = (BD>>4) & _3BITS; in LZ4F_decodeHeader()
/third_party/lz4/programs/
H A Dlz4io.c72 #define _3BITS 0x07 macro

Completed in 7 milliseconds