Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c1505 size_t const crcSize = dctx->frameInfo.blockChecksumFlag * BFSize; in LZ4F_decompress() local
1525 dctx->tmpInTarget = nextCBlockSize + crcSize; in LZ4F_decompress()
1528 nextSrcSizeHint = BHSize + nextCBlockSize + crcSize; in LZ4F_decompress()