Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10158 unsigned long long producedCSize; member
14331 fp.produced = cctx->producedCSize; in ZSTD_getFrameProgression()
14332 …fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming… in ZSTD_getFrameProgression()
14601 zc->producedCSize = 0; in ZSTD_resetCCtx_internal()
15861 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()