Searched refs:ZSTD_DCtx_trace_end (Results 1 – 1 of 1) sorted by relevance
/linux/lib/zstd/decompress/ |
A D | zstd_decompress.c | 772 static void ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, un… in ZSTD_DCtx_trace_end() function 866 ZSTD_DCtx_trace_end(dctx, (U64)(op-ostart), (U64)(ip-istart), /* streaming */ 0); in ZSTD_decompressFrame() 1159 … ZSTD_DCtx_trace_end(dctx, dctx->decodedSize, dctx->processedCSize, /* streaming */ 1); in ZSTD_decompressContinue() 1179 ZSTD_DCtx_trace_end(dctx, dctx->decodedSize, dctx->processedCSize, /* streaming */ 1); in ZSTD_decompressContinue()
|
Completed in 9 milliseconds