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

  /external/stressapptest/src/
sattypes.h 96 #define CPU_ISSET(index, cpu_set_ptr) (*(cpu_set_ptr) & 1ull << (index))
104 if ((CPU_ISSET(i, c1) != 0) != (CPU_ISSET(i, c2) != 0))
111 if (CPU_ISSET(i, c1) && !CPU_ISSET(i, c2))
119 if (CPU_ISSET(i, cpuset))
134 if (CPU_ISSET(i, cpuset)) {
  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 82 F(CPU_ISSET(nn, set));
90 T(CPU_ISSET(mm, set) == (mm == nn));
102 T(CPU_ISSET(mm, set) == (mm <= nn));
112 T(CPU_ISSET(mm, set) == (mm != nn));
123 T(CPU_ISSET(mm, set) == (mm < nn));
  /bionic/libc/include/
sched.h 128 # define CPU_ISSET(cpu_, set_) \
151 # define CPU_ISSET(cpu_,set_) CPU_ISSET_S(cpu_,sizeof(cpu_set_t),set_)
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 129 if (!CPU_ISSET(cpu, &availCPUs)) {
377 if (CPU_ISSET(n1, &set)) {
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 403 if (CPU_ISSET(n1, &availCPU)) { numAvailCPU++; }
490 if (CPU_ISSET(cpu, availSet)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 74 # define CPU_ISSET(cpu, cpusetp) __CPU_ISSET_S (cpu, sizeof (cpu_set_t), \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 74 # define CPU_ISSET(cpu, cpusetp) __CPU_ISSET_S (cpu, sizeof (cpu_set_t), \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 74 # define CPU_ISSET(cpu, cpusetp) __CPU_ISSET_S (cpu, sizeof (cpu_set_t), \
  /external/blktrace/btreplay/
btreplay.c 516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++)
548 fprintf(tip->vfp, "%1d", CPU_ISSET(i, &now));
    [all...]

Completed in 426 milliseconds