Home
last modified time | relevance | path

Searched refs:complexInCommands (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
76 complexInCommands = kComplexInCommands; in SetComplexCommands()
84 complexInCommands = complexInSeconds * cpuFreq; in SetComplexCommands()
86 complexInCommands = cpuFreq >> 2; in SetComplexCommands()
1154 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument
1158 UInt64 res = complexInCommands / numCommands; in GetNumIterations()
1165 UInt64 complexInCommands, in MethodBench()
1278 …terations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), complexInCommands); in MethodBench()
1348 …ons(benchProps->GeDecomprCommands(encoder.compressedSize, encoder.kBufferSize), complexInCommands); in MethodBench()
1984 UInt64 complexInCommands, in TotalBench()
[all …]