Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_block.c95 dctx->litBufferEnd = dctx->litBuffer + litSize; in ZSTD_allocateLiteralsBuffer()
102 dctx->litBufferEnd = dctx->litBuffer + litSize; in ZSTD_allocateLiteralsBuffer()
120 dctx->litBufferEnd = (BYTE*)dst + expectedWriteSize; in ZSTD_allocateLiteralsBuffer()
123 assert(dctx->litBufferEnd <= (BYTE*)dst + expectedWriteSize); in ZSTD_allocateLiteralsBuffer()
238 dctx->litBufferEnd -= WILDCOPY_OVERLENGTH; in ZSTD_decodeLiteralsBlock()
294 dctx->litBufferEnd = dctx->litPtr + litSize; in ZSTD_decodeLiteralsBlock()
1415 const BYTE* litBufferEnd = dctx->litBufferEnd; in ZSTD_decompressSequences_bodySplitLitBuffer() local
1590 size_t const lastLLSize = (size_t)(litBufferEnd - litPtr); in ZSTD_decompressSequences_bodySplitLitBuffer()
1746 const BYTE* litBufferEnd = dctx->litBufferEnd; in ZSTD_decompressSequencesLong_body() local
1871 size_t const lastLLSize = litBufferEnd - litPtr; in ZSTD_decompressSequencesLong_body()
[all …]
H A Dzstd_decompress_internal.h191 const BYTE* litBufferEnd; member