Searched refs:BITSET_CHECK4_ (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | bitset_stats.c | 526 BITSET_CHECK4_ (dst, src1, src2, src3); in bitset_stats_and_or() 534 BITSET_CHECK4_ (dst, src1, src2, src3); in bitset_stats_and_or_cmp() 542 BITSET_CHECK4_ (dst, src1, src2, src3); in bitset_stats_andn_or() 550 BITSET_CHECK4_ (dst, src1, src2, src3); in bitset_stats_andn_or_cmp() 558 BITSET_CHECK4_ (dst, src1, src2, src3); in bitset_stats_or_and() 566 BITSET_CHECK4_ (dst, src1, src2, src3); in bitset_stats_or_and_cmp()
|
D | bbitset.h | 168 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ macro
|