Searched refs:bitset_and_cmp (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | bitset.h | 221 #define bitset_and_cmp(DST, SRC1, SRC2) BITSET_AND_CMP_ (DST, SRC1, SRC2) macro 353 #define bitset_intersection_cmp(DST, SRC1, SRC2) bitset_and_cmp (DST, SRC1, SRC2)
|
D | bitset.c | 429 changed = bitset_and_cmp (dst, src3, tmp); in bitset_op4_cmp()
|