Searched refs:__BIT_CLR (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | cpuset.h | 45 #define CPU_CLR(n, p) __BIT_CLR(CPU_SETSIZE, n, p) 83 #define CPU_CLR_S(n, _s, p) __BIT_CLR((_s) * 8, n, p)
|
H A D | domainset.h | 44 #define DOMAINSET_CLR(n, p) __BIT_CLR(DOMAINSET_SETSIZE, n, p)
|
H A D | bitset.h | 49 #define __BIT_CLR(_s, n, p) \ macro 327 #define BIT_CLR(_s, n, p) __BIT_CLR(_s, n, p)
|