Searched refs:totalInputSize (Results 1 – 2 of 2) sorted by relevance
1278 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function1280 if (totalInputSize() == rhs.totalInputSize()) in printStats()1282 return totalInputSize() < rhs.totalInputSize(); in printStats()1301 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()
6463 size_t const totalInputSize = inputSize + cctx->stableIn_notConsumed; in ZSTD_compressStream2() local6466 … && (totalInputSize < ZSTD_BLOCKSIZE_MAX) ) { /* not even reached one block yet */ in ZSTD_compressStream2()6481 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, endOp, totalInputSize), "compressStream2 ini… in ZSTD_compressStream2()