Home
last modified time | relevance | path

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

/external/webkit/Tools/android/flex-2.5.4a/
Dtblcmp.c234 peakpairs = numtemps * numecs + tblend; in cmptmps()
354 if ( tblend < 2 )
360 i = tblend - numecs;
441 tblend = 0; in inittbl()
442 firstfree = tblend + 1; in inittbl()
473 ++tblend; /* room for transition on end-of-buffer character */ in mkdeftbl()
475 while ( tblend + numecs >= current_max_xpairs ) in mkdeftbl()
479 nxt[tblend] = end_of_buffer_state; in mkdeftbl()
480 chk[tblend] = jamstate; in mkdeftbl()
484 nxt[tblend + i] = 0; in mkdeftbl()
[all …]
Dgen.c139 tblend + numecs + 1 ); in genctbl()
160 while ( tblend + 2 >= current_max_xpairs ) in genctbl()
166 base[lastdfa + 1] = tblend + 2; in genctbl()
167 nxt[tblend + 1] = end_of_buffer_action; in genctbl()
168 chk[tblend + 1] = numecs + 1; in genctbl()
169 chk[tblend + 2] = 1; /* anything but EOB */ in genctbl()
172 nxt[tblend + 2] = 0; in genctbl()
187 for ( i = 0; i <= tblend; ++i ) in genctbl()
205 transition_struct_out( chk[tblend + 1], nxt[tblend + 1] ); in genctbl()
206 transition_struct_out( chk[tblend + 2], nxt[tblend + 2] ); in genctbl()
[all …]
Dmain.c90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
530 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend;
537 tblend, current_max_xpairs, peakpairs );
Dflexdef.h603 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;