Searched refs:SystemInfo (Results 1 - 5 of 5) sorted by relevance

/external/netperf/
H A Dnetcpu_ntperf.c166 SYSTEM_INFO SystemInfo; local
168 GetSystemInfo(&SystemInfo);
227 SYSTEM_INFO SystemInfo; local
229 GetSystemInfo(&SystemInfo);
259 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors)
263 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs);
308 SYSTEM_INFO SystemInfo; local
310 GetSystemInfo(&SystemInfo);
354 if ((int)SystemInfo.dwNumberOfProcessors > 1)
356 for (i=0; i < (int)SystemInfo
[all...]
H A Dnetlib.c295 SYSTEM_INFO SystemInfo; local
297 GetSystemInfo(&SystemInfo);
299 return SystemInfo.dwPageSize;
682 SYSTEM_INFO SystemInfo;
683 GetSystemInfo(&SystemInfo);
685 temp_cpus = SystemInfo.dwNumberOfProcessors;
2918 SYSTEM_INFO SystemInfo;
2919 GetSystemInfo( &SystemInfo ) ;
2936 SystemInfo.dwProcessorType
676 SYSTEM_INFO SystemInfo; local
2895 SYSTEM_INFO SystemInfo; local
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPageProxyWin.cpp32 #include <WebCore/SystemInfo.h>
/external/stlport/src/details/
H A Dfstream_win32io.cpp206 SYSTEM_INFO SystemInfo; local
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;
/external/webkit/Source/WebKit/win/
H A DWebView.cpp130 #include <WebCore/SystemInfo.h>

Completed in 2083 milliseconds