Searched defs:systemInfo (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DSystem.cpp14 SYSTEM_INFO systemInfo; local
15 GetSystemInfo(&systemInfo);
16 return (UInt32)systemInfo.dwNumberOfProcessors;
/external/chromium_org/third_party/WebKit/Source/core/platform/win/
H A DSystemInfo.cpp140 SYSTEM_INFO systemInfo; local
141 ZeroMemory(&systemInfo, sizeof(systemInfo));
142 getNativeSystemInfo(&systemInfo);
143 architecture = systemInfo.wProcessorArchitecture;

Completed in 577 milliseconds