Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c96 dctx->litBufferLocation = ZSTD_split; in ZSTD_allocateLiteralsBuffer()
207 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
249 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
294 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
1514 if (dctx->litBufferLocation == ZSTD_split) /* split hasn't been reached yet, first get dst then copy litExtraBuffer */
1721 if (dctx->litBufferLocation == ZSTD_split && litPtr + sequences[(seqNb - ADVANCED_SEQS) & STORED_SEQS_MASK].litLength > dctx->litBufferEnd)
1749 oneSeqSize = dctx->litBufferLocation == ZSTD_split ?
1769 if (dctx->litBufferLocation == ZSTD_split && litPtr + sequence->litLength > dctx->litBufferEnd)
1794 size_t const oneSeqSize = dctx->litBufferLocation == ZSTD_split ?
1811 if (dctx->litBufferLocation == ZSTD_split) /* firs
[all...]
H A Dzstd_decompress_internal.h122 ZSTD_split = 2 /* Split between litExtraBuffer and dst */ enumerator

Completed in 5 milliseconds