Home
last modified time | relevance | path

Searched refs:wProcessorLevel (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/winapi/test/run/
Dsystem_abi.cpp21 …ask)(dwNumberOfProcessors)(dwProcessorType)(dwAllocationGranularity)(wProcessorLevel)(wProcessorRe… in main()
/third_party/boost/boost/winapi/
Dsystem.hpp56 WORD_ wProcessorLevel; member
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp273 …dst << ", level " << tcu::toHex(sysInfo.wProcessorLevel) << ", revision " << tcu::toHex(sysInfo.wP… in getProcessorInfo()
/third_party/libuv/src/win/
Dutil.c1839 if (system_info.wProcessorLevel > 3) { in uv_os_uname()
1840 processor_level = system_info.wProcessorLevel < 6 ? in uv_os_uname()
1841 system_info.wProcessorLevel : 6; in uv_os_uname()