Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp161 UInt64 ramSize = NWindows::NSystem::GetRamSize(); // in LzmaBenchCon()
162 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); in LzmaBenchCon()
247 UInt64 ramSize = NWindows::NSystem::GetRamSize(); in CrcBenchCon()
248 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); in CrcBenchCon()
/external/lzma/CPP/Windows/
DSystem.h9 namespace NSystem {
DSystem.cpp10 namespace NSystem { namespace
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp42 _numThreads = NSystem::GetNumberOfProcessors(); in CHandler()
450 const UInt32 numProcessors = NSystem::GetNumberOfProcessors(); in SetProperties()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp480 _numThreads = NSystem::GetNumberOfProcessors(); in Init()
494 numProcessors = NSystem::GetNumberOfProcessors(); in BeforeSetProperty()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp220 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); in main2()