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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_internal.h120 ZSTD_not_in_dst = 0, /* Stored entirely within litExtraBuffer */ enumerator in enum:__anon235
H A Dzstd_decompress_block.c103 dctx->litBufferLocation = ZSTD_not_in_dst;
266 dctx->litBufferLocation = ZSTD_not_in_dst;
1451 dctx->litBufferLocation = ZSTD_not_in_dst;
1524 dctx->litBufferLocation = ZSTD_not_in_dst;
1548 BYTE* const oend = dctx->litBufferLocation == ZSTD_not_in_dst ? ostart + maxDstSize : dctx->litBuffer;
1734 dctx->litBufferLocation = ZSTD_not_in_dst;
1781 dctx->litBufferLocation = ZSTD_not_in_dst;

Completed in 267 milliseconds