Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset_stats.c526 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()
Dbbitset.h166 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ macro