Lines Matching refs:numThreads
147 …rements(FILE *f, const char *sizeString, UInt64 size, const char *threadsString, UInt32 numThreads) in PrintRequirements() argument
151 fprintf(f, " MB, # %s %3d", threadsString, (unsigned int)numThreads); in PrintRequirements()
156 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in LzmaBenchCon() argument
164 if (numThreads == (UInt32)-1) in LzmaBenchCon()
165 numThreads = numCPUs; in LzmaBenchCon()
166 if (numThreads > 1) in LzmaBenchCon()
167 numThreads &= ~1; in LzmaBenchCon()
172 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize) in LzmaBenchCon()
179 numThreads = 1; in LzmaBenchCon()
182 …Requirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: ", nu… in LzmaBenchCon()
216 numThreads, callback.dictionarySize, &callback); in LzmaBenchCon()
241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in CrcBenchCon() argument
250 if (numThreads == (UInt32)-1) in CrcBenchCon()
251 numThreads = numCPUs; in CrcBenchCon()
253 numThreads = 1; in CrcBenchCon()
258 CTempValues speedTotals(numThreads); in CrcBenchCon()
260 for (UInt32 ti = 0; ti < numThreads; ti++) in CrcBenchCon()
277 for (UInt32 ti = 0; ti < numThreads; ti++) in CrcBenchCon()
292 for (UInt32 ti = 0; ti < numThreads; ti++) in CrcBenchCon()