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

  /external/stressapptest/src/
sattypes.h 89 #if !defined(CPU_SETSIZE)
95 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8)
103 for (int i = 0; i < CPU_SETSIZE; ++i)
110 for (int i = 0; i < CPU_SETSIZE; ++i)
118 for (int i = 0; i < CPU_SETSIZE; ++i)
133 for (int i = 0; i < CPU_SETSIZE; ++i) {
os.cc 102 sat_assert(CPU_SETSIZE >= num_cpus_);
worker.cc 73 #if !defined(CPU_SETSIZE)
    [all...]
  /bionic/libc/include/
sched.h 90 #define CPU_SETSIZE 32
99 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
107 #if CPU_SETSIZE == __CPU_BITS
117 if (__cpu < CPU_SETSIZE) \
124 if (__cpu < CPU_SETSIZE) \
131 (cpu_ < CPU_SETSIZE) \
146 #else /* CPU_SETSIZE != __CPU_BITS */
157 #endif /* CPU_SETSIZE != __CPU_BITS */
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 402 for (n1 = 0; n1 < CPU_SETSIZE; n1++) {
489 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
498 assert(cpu < CPU_SETSIZE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 71 # define CPU_SETSIZE __CPU_SETSIZE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 71 # define CPU_SETSIZE __CPU_SETSIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 71 # define CPU_SETSIZE __CPU_SETSIZE
  /external/oprofile/daemon/
opd_perfmon.c 49 #define CPU_SETSIZE 1024
53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 376 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) {
  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 70 int nn, nnMax = CPU_SETSIZE;
  /external/linux-tools-perf/
builtin-test.c 383 if (cpus->map[cpu] >= CPU_SETSIZE) {
417 if (cpus->map[cpu] >= CPU_SETSIZE)
  /system/extras/micro_bench/
micro_bench.cpp 444 for (int i = 0; i < CPU_SETSIZE; i++) {
  /external/blktrace/btreplay/
btreplay.c 516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++)
    [all...]

Completed in 248 milliseconds