Home
last modified time | relevance | path

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

/external/bison/lib/
Dlbitset.c1057 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1058 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1070 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1072 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1080 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1088 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
Dbbitset.h73 #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/
DChangeLog-201215858 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
15925 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
15929 to BITSET_WINDEX_MAX.