Home
last modified time | relevance | path

Searched refs:BITSET_WINDEX_MAX (Results 1 – 4 of 4) sorted by relevance

/external/bison/lib/
Dlbitset.c1061 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1062 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1074 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1076 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1084 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1092 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
Dbbitset.h71 #define BITSET_WINDEX_MAX (((bitset_windex) -1) >> 1) macro
Debitset.c98 #define EBITSET_ZERO_SET(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX, \
101 #define EBITSET_CACHE_DISABLE(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX)
/external/bison/
DChangeLog7597 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
7664 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
7668 to BITSET_WINDEX_MAX.