Searched refs:bitset_op4_cmp (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | bitset.c | 409 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/ |
D | ChangeLog | 651 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp): 4706 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_, 7231 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev, 7485 * lib/bitset.c (bitset_op4_cmp): Likewise.
|