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

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

Completed in 2539 milliseconds