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

  /external/bison/lib/
bitset.c 434 changed = bitset_or_cmp (dst, src3, tmp);
439 changed = bitset_or_cmp (dst, src3, tmp);
bitset.h 232 #define bitset_or_cmp(DST, SRC1, SRC2) BITSET_OR_CMP_ (DST, SRC1, SRC2) macro
355 #define bitset_union_cmp(DST, SRC1, SRC2) bitset_or_cmp (DST, SRC1, SRC2)

Completed in 13 milliseconds