Home
last modified time | relevance | path

Searched refs:complexInCommands (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp75 bool isSpecifiedFreq, UInt64 cpuFreq, UInt64 &complexInCommands) in SetComplexCommandsMs() argument
77 complexInCommands = kComplexInCommands; in SetComplexCommandsMs()
85 complexInCommands = complexInMs * cpuFreq / 1000; in SetComplexCommandsMs()
87 complexInCommands = cpuFreq >> 2; in SetComplexCommandsMs()
1721 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands)
1725 UInt64 res = complexInCommands / numCommands;
1792 UInt64 complexInCommands,
1946 …ations = GetNumIterations(benchProps->GetNumCommands_Enc(uncompressedDataSize), complexInCommands);
2079 complexInCommands);
3189 UInt64 complexInCommands,
[all …]