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 | 253 static UInt64 MyMultDiv64(UInt64 unpCur, UInt64 unpTotal, UInt64 packTotal) in MyMultDiv64() function 272 … UInt64 packCur = LocalProgressSpec->InSize + MyMultDiv64(*completeValue, _unpTotal, _packTotal); in SetCompleted()
|
D | Bench.cpp | 525 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) in MyMultDiv64() function 536 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed() 583 return MyMultDiv64(numCommands, elapsedTime, freq); in GetCompressRating() 589 return MyMultDiv64(numCommands, elapsedTime, freq); in GetDecompressRating()
|