HomeSort by relevance Sort by last modified time
    Searched refs:BITSET_XOR_CMP_ (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
bbitset.h 243 #define BITSET_XOR_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->xor_cmp (DST, SRC1, SRC2)
bitset.h 239 #define bitset_xor_cmp(DST, SRC1, SRC2) BITSET_XOR_CMP_ (DST, SRC1, SRC2)
bitset_stats.c 519 return BITSET_XOR_CMP_ (dst->s.bset, src1->s.bset, src2->s.bset);

Completed in 481 milliseconds