OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyMultDiv64
(Results
1 - 5
of
5
) sorted by null
/external/lzma/Java/SevenZip/
LzmaBench.java
222
static long
MyMultDiv64
(long value, long elapsedTime)
241
return
MyMultDiv64
(numCommands, elapsedTime);
247
return
MyMultDiv64
(numCommands, elapsedTime);
281
long speed =
MyMultDiv64
(size, elapsedTime);
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs
172
static UInt64
MyMultDiv64
(UInt64 value, UInt64 elapsedTime)
191
return
MyMultDiv64
(numCommands, elapsedTime);
197
return
MyMultDiv64
(numCommands, elapsedTime);
230
UInt64 speed =
MyMultDiv64
(size, elapsedTime);
/external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp
63
static UInt64
MyMultDiv64
(UInt64 value, UInt64 elapsedTime, UInt64 freq)
97
UInt64 speed =
MyMultDiv64
(info.UnpackSize, info.GlobalTime, info.GlobalFreq);
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp
76
static UInt64
MyMultDiv64
(UInt64 unpCur, UInt64 unpTotal, UInt64 packTotal)
95
UInt64 packCur = LocalProgressSpec->InSize +
MyMultDiv64
(*completeValue, _unpTotal, _packTotal);
Bench.cpp
439
static UInt64
MyMultDiv64
(UInt64 value, UInt64 elapsedTime, UInt64 freq)
453
return
MyMultDiv64
(numCommands, elapsedTime, freq);
459
return
MyMultDiv64
(numCommands, elapsedTime, freq);
1026
speed =
MyMultDiv64
(size, timeVal, GetFreq());
Completed in 769 milliseconds