Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp74 bool isSpecifiedFreq, UInt64 cpuFreq, UInt64 &complexInCommands) in SetComplexCommands() argument
79 if (cpuFreq < kMinFreq && !isSpecifiedFreq) in SetComplexCommands()
81 if (cpuFreq < kMaxFreq || isSpecifiedFreq) in SetComplexCommands()