HomeSort by relevance Sort by last modified time
    Searched refs:GetDecompressRating (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Bench.h 29 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations);
Bench.cpp 456 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations)
  /external/lzma/Java/SevenZip/
LzmaBench.java 244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize)
257 GetDecompressRating(elapsedTimeDe, inSizeDe, outSizeDe)) / 2;
286 rating = GetDecompressRating(elapsedTime, size, secondSize);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize)
207 GetDecompressRating(elapsedTimeDe, inSizeDe, outSizeDe)) / 2;
235 rating = GetDecompressRating(elapsedTime, size, secondSize);
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 136 UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);

Completed in 37 milliseconds