Searched refs:ebitset_op3_cmp (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | ebitset.c | 1029 ebitset_op3_cmp (bitset dst, bitset src1, bitset src2, enum bitset_ops op) in ebitset_op3_cmp() function 1195 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_AND); in ebitset_and_cmp() 1222 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_ANDN); in ebitset_andn_cmp() 1244 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_OR); in ebitset_or_cmp() 1266 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_XOR); in ebitset_xor_cmp()
|
/external/bison/ |
D | ChangeLog-2012 | 8916 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise. 12978 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp, 15523 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
|