Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h121ZSTD_in_dst = 1, /* Stored entirely within dst (in memory after current output write) */ enumerator
H A Dzstd_decompress_block.c81 dctx->litBufferLocation = ZSTD_in_dst; in ZSTD_allocateLiteralsBuffer()
1677 … BYTE* const oend = dctx->litBufferLocation == ZSTD_in_dst ? dctx->litBuffer : ostart + maxDstSize;