Home
last modified time | relevance | path

Searched refs:GetDecompressRating (Results 1 – 5 of 5) sorted by relevance

/external/lzma/Java/SevenZip/
DLzmaBench.java244 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/
DLzmaBench.cs194 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/
DBench.h29 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 n…
DBench.cpp456 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 n… in GetDecompressRating() function
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp136 …UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSi… in SetDecodeResult()