Home
last modified time | relevance | path

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

/lib/zstd/decompress/
A Dzstd_decompress_block.c79 dctx->litBufferLocation = ZSTD_in_dst; in ZSTD_allocateLiteralsBuffer()
94 dctx->litBufferLocation = ZSTD_split; in ZSTD_allocateLiteralsBuffer()
101 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_allocateLiteralsBuffer()
205 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
264 dctx->litBufferLocation = ZSTD_not_in_dst; in ZSTD_decodeLiteralsBlock()
292 if (dctx->litBufferLocation == ZSTD_split) in ZSTD_decodeLiteralsBlock()
1440 dctx->litBufferLocation = ZSTD_not_in_dst;
1513 dctx->litBufferLocation = ZSTD_not_in_dst;
1723 dctx->litBufferLocation = ZSTD_not_in_dst;
1770 dctx->litBufferLocation = ZSTD_not_in_dst;
[all …]
A Dzstd_decompress_internal.h182 ZSTD_litLocation_e litBufferLocation; member

Completed in 12 milliseconds