Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp41 _numProcessors = _numThreads = NSystem::GetNumberOfProcessors(); in Init()
120 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in Init()
/external/lzma/CPP/Windows/
DSystem.h9 namespace NSystem {
DFileSystem.h11 namespace NSystem {
DSystem.cpp12 namespace NSystem { namespace
DFileIO.cpp25 namespace NSystem namespace
268 if (NSystem::MyGetDiskFreeSpace(path, clusterSize, totalSize, freeSize)) in CalcDeviceSize()
DFileSystem.cpp20 namespace NSystem { namespace
DFileFind.cpp50 namespace NSystem namespace
432 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize)) in Find()
DFileLink.cpp348 namespace NSystem namespace
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp43 _numThreads = NSystem::GetNumberOfProcessors(); in CHandler()
717 const UInt32 numProcessors = NSystem::GetNumberOfProcessors(); in SetProperties()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp391 numThreads = NWindows::NSystem::GetNumberOfProcessors(); in main2()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2458 numCPUs = NSystem::GetNumberOfProcessors(); in Bench()
2461 bool ramSize_Defined = NSystem::GetRamSize(ramSize); in Bench()