Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/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()
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;
1524 dctx->litBufferLocation = ZSTD_not_in_dst;
1734 dctx->litBufferLocation = ZSTD_not_in_dst;
1781 dctx->litBufferLocation = ZSTD_not_in_dst;
[all …]
H A Dzstd_decompress_internal.h187 ZSTD_litLocation_e litBufferLocation; member