Searched refs:ingested (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/
H A Dzstd.h725 unsigned long long ingested; member in struct:__anon11819
731 * tells how much data has been ingested (read from input)
733 * Therefore, (ingested - consumed) is amount of input data buffered internally, not yet compressed.
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1003 fps.ingested = mtctx->consumed + mtctx->inBuff.filled;
1014 fps.ingested += mtctx->jobs[wJobID].src.size;
H A Dzstd_compress.c786 fp.ingested = cctx->consumedSrcSize + buffered;
/freebsd-12-stable/sys/contrib/zstd/programs/
H A Dfileio.c791 (U32)((zfp.ingested - zfp.consumed) >> 20),

Completed in 176 milliseconds