Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_block.c122 dctx->litBufferLocation = ZSTD_split; in ZSTD_allocateLiteralsBuffer()
232 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
278 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
324 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
1588 if (dctx->litBufferLocation == ZSTD_split) { in ZSTD_decompressSequences_bodySplitLitBuffer()
1784 …if (dctx->litBufferLocation == ZSTD_split && litPtr + sequences[(seqNb - ADVANCED_SEQS) & STORED_S… in ZSTD_decompressSequencesLong_body()
1811 size_t const oneSeqSize = dctx->litBufferLocation == ZSTD_split ? in ZSTD_decompressSequencesLong_body()
1831 … if (dctx->litBufferLocation == ZSTD_split && litPtr + sequence->litLength > dctx->litBufferEnd) { in ZSTD_decompressSequencesLong_body()
1853 size_t const oneSeqSize = dctx->litBufferLocation == ZSTD_split ? in ZSTD_decompressSequencesLong_body()
1870 …if (dctx->litBufferLocation == ZSTD_split) { /* first deplete literal buffer in dst, then copy lit… in ZSTD_decompressSequencesLong_body()
[all …]
H A Dzstd_decompress_internal.h124 ZSTD_split = 2 /* Split between litExtraBuffer and dst */ enumerator