Searched refs:BITSET_AND_ (Results 1 – 3 of 3) sorted by relevance
/external/bison/lib/ |
D | bitset.h | 218 #define bitset_and(DST, SRC1, SRC2) BITSET_AND_ (DST, SRC1, SRC2)
|
D | bbitset.h | 230 #define BITSET_AND_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_ (DST, SRC1, SRC2) macro
|
D | bitset_stats.c | 463 BITSET_AND_ (dst->s.bset, src1->s.bset, src2->s.bset); in bitset_stats_and()
|