Searched defs:__CPU_BITS (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dsched.h93 #define __CPU_BITS (1 << __CPU_BITSHIFT) macro
95 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS-1)))
98 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
106 #if CPU_SETSIZE == __CPU_BITS
145 #else /* CPU_SETSIZE != __CPU_BITS */
156 #endif /* CPU_SETSIZE != __CPU_BITS */
165 __CPU_ELT((count) + (__CPU_BITS-1))*sizeof(__CPU_BITTYPE)

Completed in 41 milliseconds