Searched refs:numCommandsForOne (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs189 UInt64 numCommandsForOne = 1060 + ((t * t * 10) >> (2 * kSubBits));
190 UInt64 numCommands = (UInt64)(size) * numCommandsForOne;
/external/lzma/Java/SevenZip/
H A DLzmaBench.java239 long numCommandsForOne = 1060 + ((t * t * 10) >> (2 * kSubBits));
240 long numCommands = (long)(size) * numCommandsForOne;
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp451 UInt64 numCommandsForOne = 870 + ((t * t * 5) >> (2 * kSubBits)); local
452 UInt64 numCommands = (UInt64)(size) * numCommandsForOne;

Completed in 92 milliseconds