Searched refs:BIT_OVERLAP (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 56 #define DOMAINSET_OVERLAP(p, c) BIT_OVERLAP(DOMAINSET_SETSIZE, p, c)
|
| H A D | cpuset.h | 56 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c)
|
| H A D | bitset.h | 109 #define BIT_OVERLAP(_s, p, c) __extension__ ({ \ macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 54 #define CPU_OVERLAP(p, c) BIT_OVERLAP(CPU_SETSIZE, p, c)
|
| H A D | bitset.h | 100 #define BIT_OVERLAP(_s, p, c) __extension__ ({ \ macro
|