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

  /bionic/libc/bionic/
sched_cpucount.c 33 int nn_max = setsize / sizeof(__CPU_BITTYPE);
  /bionic/libc/include/
sched.h 68 #define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE))
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
96 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)
137 const __CPU_BITTYPE* __src1 = (srcset1)->__bits; \
138 const __CPU_BITTYPE* __src2 = (srcset2)->__bits; \
139 size_t __nn = 0, __nn_max = (setsize)/sizeof(__CPU_BITTYPE); \

Completed in 112 milliseconds