Searched refs:BITSET_XOR_ (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dbbitset.h242 #define BITSET_XOR_(DST, SRC1, SRC2) (SRC1)->b.vtable->xor_ (DST, SRC1, SRC2) macro
H A Dbitset.h236 #define bitset_xor(DST, SRC1, SRC2) BITSET_XOR_ (DST, SRC1, SRC2)
H A Dbitset_stats.c511 BITSET_XOR_ (dst->s.bset, src1->s.bset, src2->s.bset);

Completed in 675 milliseconds