Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h20 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in InitCommon()
26 if (NWindows::NSystem::GetRamSize(memAvail)) in InitCommon()
/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.cpp352 namespace NSystem namespace
/external/lzma/CPP/7zip/UI/Common/
DBench.h65 AString GetProcessThreadsInfo(const NWindows::NSystem::CProcessAffinity &ti);
DBench.cpp1867 AString GetProcessThreadsInfo(const NSystem::CProcessAffinity &ti) in GetProcessThreadsInfo()
2801 NSystem::CProcessAffinity threadsInfo; in Bench()
2809 numCPUs = NSystem::GetNumberOfProcessors(); in Bench()
2813 bool ramSize_Defined = NSystem::GetRamSize(ramSize); in Bench()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp412 numThreads = NWindows::NSystem::GetNumberOfProcessors(); in main2()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp929 if (!NSystem::GetRamSize(memSize)) in GetStream()