Lines Matching refs:numThreads
1777 UInt32 numThreads,
1806 numEncoderThreads = numThreads;
1811 if (numThreads == 1 && method.Get_NumThreads() < 0)
1814 if (numThreads > 1 && numLzmaThreads > 1)
1816 numEncoderThreads = (numThreads + 1) / 2; // 20.03
2193 UInt64 GetBenchMemoryUsage(UInt32 numThreads, int level, UInt64 dictionary, bool totalBench)
2202 UInt32 numBigThreads = numThreads;
2203 bool lzmaMt = (totalBench || (numThreads > 1 && btMode));
2213 static UInt64 GetBenchMemoryUsage_Hash(UInt32 numThreads, UInt64 dictionary)
2216 return (UInt64)(dictionary + (1 << 15)) * numThreads + (2 << 20);
2953 bool size_Defined, UInt64 size, const char *threadsString, UInt32 numThreads)
2973 PrintNumber(f, numThreads, 3);
3110 UInt32 numThreads,
3150 false, numThreads, affinityMode,
3179 UInt32 numThreads;
3209 if (numThreads == 0)
3210 numThreads = 1;
3213 numThreads = 1;
3231 bool mtMode = (numThreads > 1) || affinityMode->NeedAffinity();
3236 threads.Items = new CFreqInfo[numThreads];
3238 for (i = 0; i < numThreads; i++)
3247 for (i = 0; i < numThreads; i++)
3260 for (i = 0; i < numThreads; i++)
3294 const UInt64 numCommands = (UInt64)numIterations * numIterations2 * numThreads * complexity;
3296 CpuFreqRes = rating / numThreads;
3316 UInt32 numThreads,
3334 if (numThreads == 0)
3335 numThreads = 1;
3338 numThreads = 1;
3369 bool mtEncMode = (numThreads > 1) || affinityMode->NeedAffinity();
3374 threads.Items = new CCrcInfo[numThreads];
3383 for (i = 0; i < numThreads; i++)
3413 for (i = 0; i < numThreads; i++)
3426 for (i = 0; i < numThreads; i++)
3443 for (i = 0; i < numThreads; i++)
3476 UInt64 unpSizeThreads = unpSize * numThreads;
3487 unpSizeThreads2 = numIterations * 1 * numThreads;
3509 UInt32 numThreads,
3539 numThreads, bufSize, fileData,
3958 UInt32 numThreads = numThreadsSpecified >= numCPUs / 2 ? numCPUs / 2: numThreadsSpecified;
3959 if (numThreads < 1)
3960 numThreads = 1;
3965 ConvertUInt64ToString(numThreads, s);
3995 fb.numThreads = numThreads;
4010 RINOK(freqCallback->AddCpuFreq(numThreads, fb.CpuFreqRes, fb.UsageRes))
4049 RINOK(freqCallback->FreqsFinished(numThreads))
4333 const UInt32 numThreads = numThreadsVector[ti];
4339 numThreads,
4479 UInt32 numThreads = numThreadsSpecified;
4488 numThreads = 1;
4493 numThreads = numCPUs;
4497 numThreads = numCPUs / 2;
4523 if (GetBenchMemoryUsage(numThreads, (int)level, ((UInt64)1 << dicSizeLog), totalBenchMode) + (8 << 20) <= ramSize)
4538 GetBenchMemoryUsage_Hash(numThreads, dict) :
4539 GetBenchMemoryUsage(numThreads, (int)level, dict, totalBenchMode),
4540 numThreads);
4643 fb.numThreads = numThreads;
4686 numThreads,
4713 numThreads,
4729 fb.numThreads = numThreads;
4828 true, numThreads,