Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset_stats.c462 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()
Dbbitset.h164 #define BITSET_CHECK3_(DST, SRC1, SRC2) \ macro