Home
last modified time | relevance | path

Searched refs:bitset_op4_cmp (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dbitset.c409 bitset_op4_cmp (bitset dst, bitset src1, bitset src2, bitset src3, in bitset_op4_cmp() function
461 return bitset_op4_cmp (dst, src1, src2, src3, BITSET_OP_AND_OR); in bitset_and_or_cmp_()
478 return bitset_op4_cmp (dst, src1, src2, src3, BITSET_OP_ANDN_OR); in bitset_andn_or_cmp_()
495 return bitset_op4_cmp (dst, src1, src2, src3, BITSET_OP_OR_AND); in bitset_or_and_cmp_()
/external/bison/
DChangeLog-20128912 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
12967 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
15492 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
15746 * lib/bitset.c (bitset_op4_cmp): Likewise.