Searched refs:bitset_or_cmp (Results 1 - 2 of 2) sorted by last modified time

/external/bison/lib/
H A Dbitset.c434 changed = bitset_or_cmp (dst, src3, tmp);
439 changed = bitset_or_cmp (dst, src3, tmp);
H A Dbitset.h233 #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)

Completed in 171 milliseconds