Home
last modified time | relevance | path

Searched refs:GetCompressRating (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size) in GetCompressRating() method in SevenZip.LzmaBench
206 return (GetCompressRating(dictionarySize, elapsedTimeEn, sizeEn) + in GetTotalRating()
237 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults()
/third_party/lzma/Java/SevenZip/
H A DLzmaBench.java236 static long GetCompressRating(int dictionarySize, long elapsedTime, long size) in GetCompressRating() method in LzmaBench
256 return (GetCompressRating(dictionarySize, elapsedTimeEn, sizeEn) + in GetTotalRating()
288 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults()

Completed in 2 milliseconds