Searched defs:GetDecompressRating (Results 1 – 3 of 3) sorted by relevance
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating() method in SevenZip.LzmaBench
244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating() method in LzmaBench
456 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 n… in GetDecompressRating() function