Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h484 unsigned long long producedCSize; member
H A Dzstd_compress.c1814 fp.produced = cctx->producedCSize; in ZSTD_getFrameProgression()
1815 …fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming… in ZSTD_getFrameProgression()
2122 zc->producedCSize = 0; in ZSTD_resetCCtx_internal()
4516 S64 savings = (S64)cctx->consumedSrcSize - (S64)cctx->producedCSize; in ZSTD_compress_frameChunk()
4752 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()