Searched refs:bitset_andn_cmp (Results 1 - 1 of 1) sorted by relevance
/external/bison/lib/ | ||
H A D | bitset.h | 227 #define bitset_andn_cmp(DST, SRC1, SRC2) BITSET_ANDN_CMP_ (DST, SRC1, SRC2) macro 350 #define bitset_diff_cmp(DST, SRC1, SRC2) bitset_andn_cmp (DST, SRC1, SRC2) |
Completed in 27 milliseconds