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

/external/bison/lib/
H A Debitset.c1029 ebitset_op3_cmp (bitset dst, bitset src1, bitset src2, enum bitset_ops op) function
1195 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_AND);
1222 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_ANDN);
1244 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_OR);
1266 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_XOR);

Completed in 147 milliseconds