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