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

/external/bison/lib/
H A Dlbitset.c1041 lbitset_op3_cmp (bitset dst, bitset src1, bitset src2, enum bitset_ops op) function
1219 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_AND);
1248 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_ANDN);
1273 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_OR);
1298 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_XOR);

Completed in 72 milliseconds