Home
last modified time | relevance | path

Searched refs:__BIT_FOREACH_ISCLR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dbitset.h312 #define __BIT_FOREACH_ISCLR(_s, i, p) __BIT_FOREACH(_s, i, p, ~) macro
340 #define BIT_FOREACH_ISCLR(_s, i, p) __BIT_FOREACH_ISCLR(_s, i, p)
H A Dcpuset.h72 #define CPU_FOREACH_ISCLR(i, p) __BIT_FOREACH_ISCLR(CPU_SETSIZE, i, p)