Home
last modified time | relevance | path

Searched refs:systemInfo (Results 1 – 5 of 5) sorted by relevance

/external/walt/ios/WALT/
DWALTAppDelegate.m32 struct utsname systemInfo;
33 if (uname(&systemInfo) != 0) {
42 systemInfo.machine,
43 systemInfo.sysname,
44 systemInfo.release,
45 systemInfo.nodename,
46 systemInfo.version];
/external/lzma/CPP/Windows/
DSystem.cpp47 SYSTEM_INFO systemInfo; in GetNumberOfProcessors() local
48 GetSystemInfo(&systemInfo); in GetNumberOfProcessors()
50 return (UInt32)systemInfo.dwNumberOfProcessors; in GetNumberOfProcessors()
/external/swiftshader/src/Common/
DMemory.cpp90 SYSTEM_INFO systemInfo; in memoryPageSize() local
91 GetSystemInfo(&systemInfo); in memoryPageSize()
92 pageSize = systemInfo.dwPageSize; in memoryPageSize()
/external/swiftshader/src/System/
DMemory.cpp90 SYSTEM_INFO systemInfo; in memoryPageSize() local
91 GetSystemInfo(&systemInfo); in memoryPageSize()
92 pageSize = systemInfo.dwPageSize; in memoryPageSize()
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp141 SYSTEM_INFO systemInfo; in memoryPageSize() local
142 GetSystemInfo(&systemInfo); in memoryPageSize()
143 pageSize = systemInfo.dwPageSize; in memoryPageSize()