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

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h372 unsigned long long producedCSize; member in struct:ZSTD_CCtx_s
H A Dzstd_compress.c1558 fp.produced = cctx->producedCSize;
1559 fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming output buffer */
1843 zc->producedCSize = 0;
4066 cctx->producedCSize += (cSize + fhSize);

Completed in 202 milliseconds