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

/bionic/libc/include/
H A Dsched.h69 #define __CPU_BITS (8 * sizeof(__CPU_BITTYPE)) macro
70 #define __CPU_ELT(x) ((x) / __CPU_BITS)
71 #define __CPU_MASK(x) ((__CPU_BITTYPE)1 << ((x) & (__CPU_BITS - 1)))
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
97 __CPU_ELT((count) + (__CPU_BITS - 1)) * sizeof(__CPU_BITTYPE)

Completed in 17 milliseconds