Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1359 int numSubThreads = method.Get_NumThreads(); in MethodBench() local
1360 encoder.NumDecoderSubThreads = (numSubThreads <= 0) ? 1 : numSubThreads; in MethodBench()