Searched refs:__BIT_EMPTY (Results 1 – 3 of 3) sorted by relevance
51 #define DOMAINSET_EMPTY(p) __BIT_EMPTY(DOMAINSET_SETSIZE, p)
78 #define __BIT_EMPTY(_s, p) __extension__ ({ \ macro333 #define BIT_EMPTY(_s, p) __BIT_EMPTY(_s, p)
53 #define CPU_EMPTY(p) __BIT_EMPTY(CPU_SETSIZE, p)