Searched defs:bitset_union (Results 1 – 1 of 1) sorted by relevance
47 union bitset_union union354 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2) macro