Home
last modified time | relevance | path

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

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