Home
last modified time | relevance | path

Searched defs:GetDecompressRating (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating() method in SevenZip.LzmaBench
/external/lzma/Java/SevenZip/
DLzmaBench.java244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating() method in LzmaBench
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp672 UInt64 CBenchProps::GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inS… in GetDecompressRating() function in CBenchProps
685 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 n… in GetDecompressRating() function