Searched defs:totalInputSize (Results 1 – 2 of 2) sorted by relevance
1278 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function
6463 size_t const totalInputSize = inputSize + cctx->stableIn_notConsumed; in ZSTD_compressStream2() local