Home
last modified time | relevance | path

Searched defs:lastLLSize (Results 1 – 3 of 3) sorted by relevance

/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c1590 size_t const lastLLSize = (size_t)(litBufferEnd - litPtr); in ZSTD_decompressSequences_bodySplitLitBuffer() local
1602 { size_t const lastLLSize = (size_t)(litBufferEnd - litPtr); in ZSTD_decompressSequences_bodySplitLitBuffer() local
1681 { size_t const lastLLSize = (size_t)(litEnd - litPtr); in ZSTD_decompressSequences_body() local
1871 size_t const lastLLSize = litBufferEnd - litPtr; in ZSTD_decompressSequencesLong_body() local
1880 { size_t const lastLLSize = litBufferEnd - litPtr; in ZSTD_decompressSequencesLong_body() local
/linux/lib/zstd/compress/
H A Dzstd_ldm.c700 size_t lastLLSize; in ZSTD_ldm_blockCompress() local
H A Dzstd_compress.c3069 const BYTE* anchor, size_t lastLLSize) in ZSTD_storeLastLiterals()
3216 size_t lastLLSize; in ZSTD_buildSeqStore() local
3416 const size_t lastLLSize = nbInLiterals - nbOutLiterals; in ZSTD_copyBlockSequences() local
6651 U32 const lastLLSize = (U32)(iend - ip); in ZSTD_transferSequences_noDelim() local