Home
last modified time | relevance | path

Searched refs:BIT_OVERLAP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Ddomainset.h56 #define DOMAINSET_OVERLAP(p, c) BIT_OVERLAP(DOMAINSET_SETSIZE, p, c)
H A Dcpuset.h56 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c)
H A Dbitset.h109 #define BIT_OVERLAP(_s, p, c) __extension__ ({ \ macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h54 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c)
H A Dbitset.h100 #define BIT_OVERLAP(_s, p, c) __extension__ ({ \ macro