Home
last modified time | relevance | path

Searched refs:producedCSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h278 unsigned long long producedCSize; member
H A Dzstd_compress.c1438 fp.produced = cctx->producedCSize; in ZSTD_getFrameProgression()
1439 …fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming… in ZSTD_getFrameProgression()
1685 zc->producedCSize = 0; in ZSTD_resetCCtx_internal()
3033 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10156 unsigned long long producedCSize; member
14329 fp.produced = cctx->producedCSize; in ZSTD_getFrameProgression()
14330 …fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming… in ZSTD_getFrameProgression()
14599 zc->producedCSize = 0; in ZSTD_resetCCtx_internal()
15859 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()