Home
last modified time | relevance | path

Searched refs:__BIT_ISSET (Results 1 – 3 of 3) sorted by path

/freebsd/sys/sys/
H A Dbitset.h54 #define __BIT_ISSET(_s, n, p) \ macro
342 #define BIT_ISSET(_s, n, p) __BIT_ISSET(_s, n, p)
H A Dcpuset.h47 #define CPU_ISSET(n, p) __BIT_ISSET(CPU_SETSIZE, n, p)
81 #define CPU_ISSET_S(n, _s, p) __BIT_ISSET((_s) * 8, n, p)
H A Ddomainset.h46 #define DOMAINSET_ISSET(n, p) __BIT_ISSET(DOMAINSET_SETSIZE, n, p)