Home
last modified time | relevance | path

Searched refs:totalInputSize (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1278 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function
1280 if (totalInputSize() == rhs.totalInputSize()) in printStats()
1282 return totalInputSize() < rhs.totalInputSize(); in printStats()
1301 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c6463 size_t const totalInputSize = inputSize + cctx->stableIn_notConsumed; in ZSTD_compressStream2() local
6466 … && (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()