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

  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 46 * int state[numecs], statenum, totaltrans, comstate, comfreq;
100 if ( (totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE) )
101 mkentry( state, numecs, statenum, JAMSTATE, totaltrans );
186 mkentry( state, numecs, statenum,
193 mkentry( extrct[extptr], numecs, statenum,
234 peakpairs = numtemps * numecs + tblend;
241 nummecs = cre8ecs( tecfwd, tecbck, numecs );
245 nummecs = numecs;
257 for ( j = 1; j <= numecs; ++j )
259 trans = tnxt[numecs * i + j]
    [all...]
dfa.c 45 * void check_for_backing_up( int ds, int state[numecs] );
190 * dump_transitions( FILE *file, int state[numecs] );
473 /* Note that the test for ecgroup[0] == numecs below accomplishes
476 if ( ! fullspd && ecgroup[0] == numecs )
481 int use_NUL_table = (numecs == csize);
485 /* We still may want to use the table if numecs
492 if ( numecs == power_of_two )
510 for ( i = 0; i <= numecs; ++i )
521 * table, so build it for entries from 0 .. numecs - 1.
523 num_full_table_rows = numecs;
    [all...]
main.c 82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1]; variable
524 tblsiz = lastdfa * numecs;
542 numtemps * numecs );
557 numecs, csize );
562 tblsiz = tblsiz + numecs;
833 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst = 0;
1042 numecs = cre8ecs( nextecm, ecgroup, csize );
1044 numecs = csize;
gen.c 139 tblend + numecs + 1 );
168 chk[tblend + 1] = numecs + 1;
195 else if ( chk[i] > numecs || chk[i] == 0 )
936 out_str_dec( C_int_decl, "yy_meta", numecs + 1 );
938 for ( i = 1; i <= numecs; ++i )
1122 int total_table_size = tblend + numecs + 1;
    [all...]
flexdef.h 531 * numecs - number of equivalence classes
545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
    [all...]

Completed in 52 milliseconds