Home
last modified time | relevance | path

Searched refs:MyMultDiv64 (Results 1 – 4 of 4) 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/Common/
DArchiveExtractCallback.cpp298 static UInt64 MyMultDiv64(UInt64 unpCur, UInt64 unpTotal, UInt64 packTotal) in MyMultDiv64() function
319 packCur += MyMultDiv64(*completeValue, _progressTotal, _packTotal); in SetCompleted()
DBench.cpp608 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()