Searched refs:MAX_STATES (Results 1 – 9 of 9) 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
576 wo->maxslotindex = MAX_STATES - 1; /* really max index */586 ao->maxslotindex = MAX_STATES - 1;1535 ho->maxslotindex = MAX_STATES - 1;
90 MAX_STATES enumerator94 int parser_state[MAX_STATES][MAX_INPUTS] = {
84 MAX_STATES enumerator88 int parser_state[MAX_STATES][MAX_INPUTS] = {
217 MAX_STATES enumerator221 int parser_state[MAX_STATES][MAX_INPUTS] = {
245 MAX_STATES enumerator249 int parser_state[MAX_STATES][MAX_INPUTS] = {