Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp162 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); in LzmaBenchCon() local
163 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs); in LzmaBenchCon()
165 numThreads = numCPUs; in LzmaBenchCon()
248 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); in CrcBenchCon() local
249 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs); in CrcBenchCon()
251 numThreads = numCPUs; in CrcBenchCon()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp220 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); in main2() local
223 numThreads = numCPUs; in main2()