Lines Matching refs:SRC3
168 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ argument
170 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
249 #define BITSET_AND_OR_(DST, SRC1, SRC2, SRC3) \ argument
250 (SRC1)->b.vtable->and_or (DST, SRC1, SRC2, SRC3)
251 #define BITSET_AND_OR_CMP_(DST, SRC1, SRC2, SRC3) \ argument
252 (SRC1)->b.vtable->and_or_cmp (DST, SRC1, SRC2, SRC3)
256 #define BITSET_ANDN_OR_(DST, SRC1, SRC2, SRC3) \ argument
257 (SRC1)->b.vtable->andn_or (DST, SRC1, SRC2, SRC3)
258 #define BITSET_ANDN_OR_CMP_(DST, SRC1, SRC2, SRC3) \ argument
259 (SRC1)->b.vtable->andn_or_cmp (DST, SRC1, SRC2, SRC3)
263 #define BITSET_OR_AND_(DST, SRC1, SRC2, SRC3) \ argument
264 (SRC1)->b.vtable->or_and (DST, SRC1, SRC2, SRC3)
265 #define BITSET_OR_AND_CMP_(DST, SRC1, SRC2, SRC3) \ argument
266 (SRC1)->b.vtable->or_and_cmp (DST, SRC1, SRC2, SRC3)