/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.h | 55 uint32_t num_cpus; /* Number of CPUs. */ member in struct:radeon_drm_winsys
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.h | 55 uint32_t num_cpus; /* Number of CPUs. */ member in struct:radeon_drm_winsys
|
/external/fio/os/ |
os-solaris.h | 110 unsigned int num_cpus; local 116 if (pset_info(*mask, NULL, &num_cpus, cpus) < 0) { 122 for (i = 0; i < num_cpus; i++) { 135 unsigned int num_cpus; local 137 if (pset_info(*mask, NULL, &num_cpus, NULL) < 0) 140 return num_cpus;
|
/external/netperf/ |
nettest_bsd.h | 66 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_stream_results_struct 117 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_maerts_results_struct 162 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_rr_results_struct 208 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_conn_rr_results_struct 254 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_tran_rr_results_struct 295 int num_cpus; /* how many CPUs had the remote? */ member in struct:udp_stream_results_struct 341 int num_cpus; /* how many CPUs had the remote? */ member in struct:udp_rr_results_struct 387 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_cc_results_struct
|
nettest_dlpi.h | 60 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_co_stream_results_struct 106 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_co_rr_results_struct 146 int num_cpus; member in struct:dlpi_cl_stream_results_struct 196 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_cl_rr_results_struct
|
nettest_sctp.h | 58 int num_cpus; /* how many CPUs had the remote? */ member in struct:sctp_stream_results_struct 104 int num_cpus; /* how many CPUs had the remote? */ member in struct:sctp_rr_results_struct
|
nettest_sdp.h | 63 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_stream_results_struct 109 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_rr_results_struct 160 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_maerts_results_struct
|
nettest_unix.h | 56 int num_cpus; member in struct:stream_stream_results_struct 100 int num_cpus; member in struct:stream_rr_results_struct 138 int num_cpus; member in struct:dg_stream_results_struct 185 int num_cpus; member in struct:dg_rr_results_struct
|
nettest_xti.h | 56 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_stream_results_struct 101 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_rr_results_struct 147 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_conn_rr_results_struct 185 int num_cpus; /* how many CPUs were there */ member in struct:xti_udp_stream_results_struct 231 int num_cpus; /* how many CPUs were there */ member in struct:xti_udp_rr_results_struct
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 330 int num_cpus = 0; local 371 num_cpus++; // count up every time we see an "processor :" entry 389 if (num_cpus > 0) { 390 cpuinfo_num_cpus = num_cpus; 458 int num_cpus = 0; local 459 size_t size = sizeof(num_cpus); 461 if (::sysctl(numcpus_name, arraysize(numcpus_name), &num_cpus, &size, 0, 0) 463 && (size == sizeof(num_cpus))) 464 cpuinfo_num_cpus = num_cpus; [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_bench.cc | 364 int num_cpus = 0; local 375 ++num_cpus; 382 fprintf(stderr, "CPU: %d * %s\n", num_cpus, cpu_type.c_str());
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.cc | 345 int num_cpus = 0; local 386 num_cpus++; // count up every time we see an "processor :" entry 404 if (num_cpus > 0) { 405 cpuinfo_num_cpus = num_cpus; 473 int num_cpus = 0; local 474 size_t size = sizeof(num_cpus); 476 if (::sysctl(numcpus_name, arraysize(numcpus_name), &num_cpus, &size, 0, 0) 478 && (size == sizeof(num_cpus))) 479 cpuinfo_num_cpus = num_cpus; [all...] |