Searched refs:BITSET_CHECK3_ (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | bitset_stats.c | 462 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_and() 470 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_and_cmp() 478 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_andn() 486 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_andn_cmp() 494 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_or() 502 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_or_cmp() 510 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_xor() 518 BITSET_CHECK3_ (dst, src1, src2); in bitset_stats_xor_cmp()
|
D | bbitset.h | 164 #define BITSET_CHECK3_(DST, SRC1, SRC2) \ macro
|