Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h278 unsigned long long producedCSize; member
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()