Searched refs:GetDecompressRating (Results 1 – 4 of 4) sorted by relevance
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating() method in LzmaBench 257 GetDecompressRating(elapsedTimeDe, inSizeDe, outSizeDe)) / 2; in GetTotalRating() 286 rating = GetDecompressRating(elapsedTime, size, secondSize); in PrintResults()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating() method in SevenZip.LzmaBench 207 GetDecompressRating(elapsedTimeDe, inSizeDe, outSizeDe)) / 2; in GetTotalRating() 235 rating = GetDecompressRating(elapsedTime, size, secondSize); in PrintResults()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.h | 35 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 n…
|
D | Bench.cpp | 644 …UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 … 669 UInt64 CBenchProps::GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inS… in GetDecompressRating() function in CBenchProps 682 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 n… in GetDecompressRating() function 686 return props.GetDecompressRating(elapsedTime, freq, outSize, inSize, numIterations); in GetDecompressRating() 2023 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult()
|