Searched refs:MyMultDiv64 (Results 1 – 4 of 4) sorted by relevance
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 222 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/ |
D | LzmaBench.cs | 172 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/Common/ |
D | ArchiveExtractCallback.cpp | 298 static UInt64 MyMultDiv64(UInt64 unpCur, UInt64 unpTotal, UInt64 packTotal) in MyMultDiv64() function 319 packCur += MyMultDiv64(*completeValue, _progressTotal, _packTotal); in SetCompleted()
|
D | Bench.cpp | 608 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) in MyMultDiv64() function 619 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed() 666 return MyMultDiv64(numCommands, elapsedTime, freq); in GetCompressRating() 672 return MyMultDiv64(numCommands, elapsedTime, freq); in GetDecompressRating()
|