Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4frame.c241 #define _1BIT 0x01 macro
760 + ((cctxPtr->prefs.frameInfo.blockMode & _1BIT ) << 5) in LZ4F_compressBegin_usingCDict()
761 + ((cctxPtr->prefs.frameInfo.blockChecksumFlag & _1BIT ) << 4) in LZ4F_compressBegin_usingCDict()
763 + ((cctxPtr->prefs.frameInfo.contentChecksumFlag & _1BIT ) << 2) in LZ4F_compressBegin_usingCDict()
1327 blockChecksumFlag = (FLG>>4) & _1BIT; in LZ4F_decodeHeader()
1328 blockMode = (FLG>>5) & _1BIT; in LZ4F_decodeHeader()
1329 contentSizeFlag = (FLG>>3) & _1BIT; in LZ4F_decodeHeader()
1330 contentChecksumFlag = (FLG>>2) & _1BIT; in LZ4F_decodeHeader()
1331 dictIDFlag = FLG & _1BIT; in LZ4F_decodeHeader()
1333 if (((FLG>>1)&_1BIT) ! in LZ4F_decodeHeader()
[all...]
/third_party/lz4/programs/
H A Dlz4io.c70 #define _1BIT 0x01 macro

Completed in 7 milliseconds