Searched refs:BITSET_OP_ANDN (Results 1 – 3 of 3) sorted by relevance
/external/bison/lib/ |
D | bbitset.h | 84 BITSET_OP_AND, BITSET_OP_OR, BITSET_OP_XOR, BITSET_OP_ANDN, enumerator
|
D | ebitset.c | 1134 case BITSET_OP_ANDN: in ebitset_op3_cmp() 1222 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_ANDN); in ebitset_andn_cmp()
|
D | lbitset.c | 1157 case BITSET_OP_ANDN: in lbitset_op3_cmp() 1244 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_ANDN); in lbitset_andn_cmp()
|