Home
last modified time | relevance | path

Searched refs:crcSize (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4frame.c1423 size_t const crcSize = dctx->frameInfo.blockChecksumFlag * 4; in LZ4F_decompress() local
1440 dctx->tmpInTarget = nextCBlockSize + crcSize; in LZ4F_decompress()
1443 nextSrcSizeHint = nextCBlockSize + crcSize + BHSize; in LZ4F_decompress()