Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c81 dctx->litBufferLocation = ZSTD_in_dst; in ZSTD_allocateLiteralsBuffer()
96 dctx->litBufferLocation = ZSTD_split; in ZSTD_allocateLiteralsBuffer()
103 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_allocateLiteralsBuffer()
207 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
249 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
266 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decodeLiteralsBlock()
294 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
1451 dctx->litBufferLocation = ZSTD_not_in_dst;
1514 …if (dctx->litBufferLocation == ZSTD_split) /* split hasn't been reached yet, first get dst then c…
1524 dctx->litBufferLocation = ZSTD_not_in_dst;
[all …]
H A Dzstd_decompress_internal.h192 ZSTD_litLocation_e litBufferLocation; member
/src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c96 dctx->litBufferLocation = ZSTD_in_dst; in ZSTD_allocateLiteralsBuffer()
103 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_allocateLiteralsBuffer()
122 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()
295 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decodeLiteralsBlock()
324 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
1529 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decompressSequences_bodySplitLitBuffer()
1588 if (dctx->litBufferLocation == ZSTD_split) { in ZSTD_decompressSequences_bodySplitLitBuffer()
1599 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decompressSequences_bodySplitLitBuffer()
[all …]
H A Dzstd_decompress_internal.h197 ZSTD_litLocation_e litBufferLocation; member