Searched refs:__BIT_FOREACH_ISCLR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | bitset.h | 311 #define __BIT_FOREACH_ISCLR(_s, i, p) __BIT_FOREACH(_s, i, p, ~) macro 339 #define BIT_FOREACH_ISCLR(_s, i, p) __BIT_FOREACH_ISCLR(_s, i, p)
|
H A D | cpuset.h | 72 #define CPU_FOREACH_ISCLR(i, p) __BIT_FOREACH_ISCLR(CPU_SETSIZE, i, p)
|