HomeSort by relevance Sort by last modified time
    Searched full:tblend (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 234 peakpairs = numtemps * numecs + tblend;
354 if ( tblend < 2 )
360 i = tblend - numecs;
441 tblend = 0;
442 firstfree = tblend + 1;
473 ++tblend; /* room for transition on end-of-buffer character */
475 while ( tblend + numecs >= current_max_xpairs )
479 nxt[tblend] = end_of_buffer_state;
480 chk[tblend] = jamstate;
484 nxt[tblend + i] = 0
    [all...]
gen.c 139 tblend + numecs + 1 );
160 while ( tblend + 2 >= current_max_xpairs )
166 base[lastdfa + 1] = tblend + 2;
167 nxt[tblend + 1] = end_of_buffer_action;
168 chk[tblend + 1] = numecs + 1;
169 chk[tblend + 2] = 1; /* anything but EOB */
172 nxt[tblend + 2] = 0;
187 for ( i = 0; i <= tblend; ++i )
205 transition_struct_out( chk[tblend + 1], nxt[tblend + 1] )
    [all...]
main.c 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
530 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend;
537 tblend, current_max_xpairs, peakpairs );
flexdef.h 583 * tblend - last "nxt/chk" table entry being used
603 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
    [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 

Completed in 1457 milliseconds