Searched refs:BIT_COPY (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 47 #define DOMAINSET_COPY(f, t) BIT_COPY(DOMAINSET_SETSIZE, f, t)
|
| H A D | cpuset.h | 47 #define CPU_COPY(f, t) BIT_COPY(CPU_SETSIZE, f, t)
|
| H A D | bitset.h | 54 #define BIT_COPY(_s, f, t) (void)(*(t) = *(f)) macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 45 #define CPU_COPY(f, t) BIT_COPY(CPU_SETSIZE, f, t)
|
| H A D | bitset.h | 45 #define BIT_COPY(_s, f, t) (void)(*(t) = *(f)) macro
|