Home
last modified time | relevance | path

Searched refs:MyMultDiv64 (Results 1 – 5 of 5) sorted by relevance

/external/lzma/Java/SevenZip/
DLzmaBench.java222 static long MyMultDiv64(long value, long elapsedTime) in MyMultDiv64() method in LzmaBench
241 return MyMultDiv64(numCommands, elapsedTime); in GetCompressRating()
247 return MyMultDiv64(numCommands, elapsedTime); in GetDecompressRating()
281 long speed = MyMultDiv64(size, elapsedTime); in PrintResults()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs172 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) in MyMultDiv64() method in SevenZip.LzmaBench
191 return MyMultDiv64(numCommands, elapsedTime); in GetCompressRating()
197 return MyMultDiv64(numCommands, elapsedTime); in GetDecompressRating()
230 UInt64 speed = MyMultDiv64(size, elapsedTime); in PrintResults()
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp63 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) in MyMultDiv64() function
97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq); in PrintResults()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp439 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) in MyMultDiv64() function
453 return MyMultDiv64(numCommands, elapsedTime, freq); in GetCompressRating()
459 return MyMultDiv64(numCommands, elapsedTime, freq); in GetDecompressRating()
1026 speed = MyMultDiv64(size, timeVal, GetFreq()); in CrcBench()
DArchiveExtractCallback.cpp76 static UInt64 MyMultDiv64(UInt64 unpCur, UInt64 unpTotal, UInt64 packTotal) in MyMultDiv64() function
95 … UInt64 packCur = LocalProgressSpec->InSize + MyMultDiv64(*completeValue, _unpTotal, _packTotal); in SetCompleted()