Searched refs:bitset_and_cmp (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dbitset.h221 #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)
H A Dbitset.c429 changed = bitset_and_cmp (dst, src3, tmp);

Completed in 77 milliseconds