Searched refs:systemInfo (Results 1 – 3 of 3) sorted by relevance
152 SYSTEM_INFO systemInfo; in processorArchitecture() local153 ZeroMemory(&systemInfo, sizeof(systemInfo)); in processorArchitecture()154 getNativeSystemInfo(&systemInfo); in processorArchitecture()155 architecture = systemInfo.wProcessorArchitecture; in processorArchitecture()
208 SYSTEM_INFO systemInfo; in systemPageSize() local209 ::GetSystemInfo(&systemInfo); in systemPageSize()210 pageSize = systemInfo.dwPageSize; in systemPageSize()
237 SYSTEM_INFO systemInfo; in initialize() local238 GetSystemInfo(&systemInfo); in initialize()239 DWORD pageSize = systemInfo.dwPageSize; in initialize()