Home
last modified time | relevance | path

Searched refs:extraCSize (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1459 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize);
H A Dzstd_compress.c4628 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize) in ZSTD_CCtx_trace() argument
4640 trace.compressedSize = cctx->producedCSize + extraCSize; in ZSTD_CCtx_trace()
4648 (void)extraCSize; in ZSTD_CCtx_trace()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h1611 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize);
H A Dzstd_compress.c5384 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize) in ZSTD_CCtx_trace() argument
5396 trace.compressedSize = cctx->producedCSize + extraCSize; in ZSTD_CCtx_trace()
5404 (void)extraCSize; in ZSTD_CCtx_trace()