Searched refs:lbitset_op3_cmp (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | lbitset.c | 1037 lbitset_op3_cmp (bitset dst, bitset src1, bitset src2, enum bitset_ops op) in lbitset_op3_cmp() function 1215 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_AND); in lbitset_and_cmp() 1244 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_ANDN); in lbitset_andn_cmp() 1269 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_OR); in lbitset_or_cmp() 1294 return lbitset_op3_cmp (dst, src1, src2, BITSET_OP_XOR); in lbitset_xor_cmp()
|
/external/bison/ |
D | ChangeLog-2012 | 8917 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise. 12982 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp, 15535 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
|