Searched refs:totalInputSize (Results 1 – 3 of 3) sorted by relevance
1276 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function1278 if (totalInputSize() == rhs.totalInputSize()) in printStats()1280 return totalInputSize() < rhs.totalInputSize(); in printStats()1299 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()
6462 size_t const totalInputSize = inputSize + cctx->stableIn_notConsumed; in ZSTD_compressStream2() local6465 … && (totalInputSize < ZSTD_BLOCKSIZE_MAX) ) { /* not even reached one block yet */ in ZSTD_compressStream2()6480 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, endOp, totalInputSize), "compressStream2 ini… in ZSTD_compressStream2()
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()