Searched refs:BITSET_NOT_ (Results 1 – 3 of 3) sorted by relevance
209 #define bitset_not(DST, SRC) BITSET_NOT_ (DST, SRC)
221 #define BITSET_NOT_(DST, SRC) (SRC)->b.vtable->not_ (DST, SRC) macro
447 BITSET_NOT_ (dst->s.bset, src->s.bset); in bitset_stats_not()