Searched refs:bitset_union (Results 1 – 4 of 4) sorted by relevance
48 union bitset_union union355 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2) macro
789 size_t header_size = offsetof (union bitset_union, a.words); in abitset_bytes()790 struct bitset_align_struct { char a; union bitset_union b; }; in abitset_bytes()
102 typedef union bitset_union *bitset;
15780 (union bitset_union, struct abitset_struct, struct ebitset_struct,15782 All uses of struct bitset_struct changed to union bitset_union,