Searched refs:MAX_STATES (Results 1 – 5 of 5) sorted by relevance
57 private static final int MAX_STATES = 256; field in ParserStateTable82 stateTable = new InternalState[MAX_STATES][MAX_CHARS]; in ParserStateTable()83 defaultStateTable = new InternalState[MAX_STATES]; in ParserStateTable()107 if (id < 0 || id >= MAX_STATES) { in getNextState()155 if ((id < 0) || (id >= MAX_STATES)) { in setDefaultDestination()168 if ((id < 0) || (id >= MAX_STATES)) { in setDestination()
28 #define MAX_STATES 16 /* must be > 2 and < 256 */ macro134 struct cstate tstate[MAX_STATES]; /* xmit connection states */135 struct cstate rstate[MAX_STATES]; /* receive connection states */
28 #define MAX_STATES 16 /* must be > 2 and < 256 */ macro126 struct cstate tstate[MAX_STATES]; /* xmit connection states */127 struct cstate rstate[MAX_STATES]; /* receive connection states */
57 #define MAX_STATES 16 /* from slcompress.h */ macro
592 wo->maxslotindex = MAX_STATES - 1; /* really max index */602 ao->maxslotindex = MAX_STATES - 1;1636 ho->maxslotindex = MAX_STATES - 1;