HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_not_in_dst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_internal.h 121 ZSTD_not_in_dst = 0, /* Stored entirely within litExtraBuffer */
zstd_decompress_block.c 102 dctx->litBufferLocation = ZSTD_not_in_dst;
294 dctx->litBufferLocation = ZSTD_not_in_dst;
1528 dctx->litBufferLocation = ZSTD_not_in_dst;
1598 dctx->litBufferLocation = ZSTD_not_in_dst;
1623 BYTE* const oend = dctx->litBufferLocation == ZSTD_not_in_dst ? ZSTD_maybeNullPtrAdd(ostart, maxDstSize) : dctx->litBuffer;
1795 dctx->litBufferLocation = ZSTD_not_in_dst;
1840 dctx->litBufferLocation = ZSTD_not_in_dst;

Completed in 50 milliseconds