Searched refs:SRC3 (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | bitset.h | 243 #define bitset_and_or(DST, SRC1, SRC2, SRC3) \ argument 244 BITSET_AND_OR_ (DST, SRC1, SRC2, SRC3) 248 #define bitset_and_or_cmp(DST, SRC1, SRC2, SRC3) \ argument 249 BITSET_AND_OR_CMP_ (DST, SRC1, SRC2, SRC3) 252 #define bitset_andn_or(DST, SRC1, SRC2, SRC3) \ argument 253 BITSET_ANDN_OR_ (DST, SRC1, SRC2, SRC3) 257 #define bitset_andn_or_cmp(DST, SRC1, SRC2, SRC3) \ argument 258 BITSET_ANDN_OR_CMP_ (DST, SRC1, SRC2, SRC3) 261 #define bitset_or_and(DST, SRC1, SRC2, SRC3)\ argument 262 BITSET_OR_AND_ (DST, SRC1, SRC2, SRC3) [all …]
|
D | bbitset.h | 166 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ argument 168 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort (); 247 #define BITSET_AND_OR_(DST, SRC1, SRC2, SRC3) \ argument 248 (SRC1)->b.vtable->and_or (DST, SRC1, SRC2, SRC3) 249 #define BITSET_AND_OR_CMP_(DST, SRC1, SRC2, SRC3) \ argument 250 (SRC1)->b.vtable->and_or_cmp (DST, SRC1, SRC2, SRC3) 254 #define BITSET_ANDN_OR_(DST, SRC1, SRC2, SRC3) \ argument 255 (SRC1)->b.vtable->andn_or (DST, SRC1, SRC2, SRC3) 256 #define BITSET_ANDN_OR_CMP_(DST, SRC1, SRC2, SRC3) \ argument 257 (SRC1)->b.vtable->andn_or_cmp (DST, SRC1, SRC2, SRC3) [all …]
|