Searched refs:MAX_STATES (Results 1 – 6 of 6) 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 */
34 #define MAX_STATES (REG_ + 1u) macro67 static const sdei_state_t sdei_state_table[MAX_STATES][DO_MAX] = {130 if (se->state >= MAX_STATES) { in can_sdei_state_trans()
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;