HomeSort by relevance Sort by last modified time
    Searched refs:SystemInfo (Results 1 - 6 of 6) sorted by null

  /external/netperf/
netcpu_ntperf.c 166 SYSTEM_INFO SystemInfo;
168 GetSystemInfo(&SystemInfo);
227 SYSTEM_INFO SystemInfo;
229 GetSystemInfo(&SystemInfo);
259 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors)
263 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs);
308 SYSTEM_INFO SystemInfo;
310 GetSystemInfo(&SystemInfo);
354 if ((int)SystemInfo.dwNumberOfProcessors > 1)
356 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++
    [all...]
netlib.c 295 SYSTEM_INFO SystemInfo;
297 GetSystemInfo(&SystemInfo);
299 return SystemInfo.dwPageSize;
682 SYSTEM_INFO SystemInfo;
683 GetSystemInfo(&SystemInfo);
685 temp_cpus = SystemInfo.dwNumberOfProcessors;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPageProxyWin.cpp 32 #include <WebCore/SystemInfo.h>
  /external/stlport/src/details/
fstream_win32io.cpp 206 SYSTEM_INFO SystemInfo;
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 206 SYSTEM_INFO SystemInfo;
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;
  /external/webkit/Source/WebKit/win/
WebView.cpp 130 #include <WebCore/SystemInfo.h>
    [all...]

Completed in 147 milliseconds