Searched refs:bitset_or_cmp (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | bitset.c | 434 changed = bitset_or_cmp (dst, src3, tmp); in bitset_op4_cmp() 439 changed = bitset_or_cmp (dst, src3, tmp); in bitset_op4_cmp()
|
D | bitset.h | 233 #define bitset_or_cmp(DST, SRC1, SRC2) BITSET_OR_CMP_ (DST, SRC1, SRC2) macro 356 #define bitset_union_cmp(DST, SRC1, SRC2) bitset_or_cmp (DST, SRC1, SRC2)
|