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

/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) method in class:SevenZip.LzmaBench
207 GetDecompressRating(elapsedTimeDe, inSizeDe, outSizeDe)) / 2;
235 rating = GetDecompressRating(elapsedTime, size, secondSize);
/external/lzma/Java/SevenZip/
H A DLzmaBench.java244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) method in class:LzmaBench
257 GetDecompressRating(elapsedTimeDe, inSizeDe, outSizeDe)) / 2;
286 rating = GetDecompressRating(elapsedTime, size, secondSize);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp456 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations) function

Completed in 548 milliseconds