OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numCommandsForOne
(Results
1 - 3
of
3
) sorted by null
/external/lzma/Java/SevenZip/
LzmaBench.java
239
long
numCommandsForOne
= 1060 + ((t * t * 10) >> (2 * kSubBits));
240
long numCommands = (long)(size) *
numCommandsForOne
;
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs
189
UInt64
numCommandsForOne
= 1060 + ((t * t * 10) >> (2 * kSubBits));
190
UInt64 numCommands = (UInt64)(size) *
numCommandsForOne
;
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
451
UInt64
numCommandsForOne
= 870 + ((t * t * 5) >> (2 * kSubBits));
452
UInt64 numCommands = (UInt64)(size) *
numCommandsForOne
;
Completed in 24 milliseconds