Home
last modified time | relevance | path

Searched refs:__BIT_COPY_STORE_REL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Ddomainset.h67 __BIT_COPY_STORE_REL(DOMAINSET_SETSIZE, f, t)
H A Dbitset.h227 #define __BIT_COPY_STORE_REL(_s, f, t) do { \ macro
332 #define BIT_COPY_STORE_REL(_s, f, t) __BIT_COPY_STORE_REL(_s, f, t)
H A Dcpuset.h68 #define CPU_COPY_STORE_REL(f, t) __BIT_COPY_STORE_REL(CPU_SETSIZE, f, t)