Home
last modified time | relevance | path

Searched refs:MAX_STATES (Results 1 – 5 of 5) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/impl/
DParserStateTable.java57 private static final int MAX_STATES = 256; field in ParserStateTable
82 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()
/external/ppp/pppd/include/net/
Dslcompress.h28 #define MAX_STATES 16 /* must be > 2 and < 256 */ macro
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */
135 struct cstate rstate[MAX_STATES]; /* receive connection states */
Dvjcompress.h28 #define MAX_STATES 16 /* must be > 2 and < 256 */ macro
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */
127 struct cstate rstate[MAX_STATES]; /* receive connection states */
/external/ppp/pppd/
Dipcp.h57 #define MAX_STATES 16 /* from slcompress.h */ macro
Dipcp.c592 wo->maxslotindex = MAX_STATES - 1; /* really max index */
602 ao->maxslotindex = MAX_STATES - 1;
1636 ho->maxslotindex = MAX_STATES - 1;