Searched refs:numecs (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A Dtblcmp.c49 * int state[numecs], statenum, totaltrans, comstate, comfreq;
103 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE))
104 mkentry (state, numecs, statenum, JAMSTATE, totaltrans);
183 mkentry (state, numecs, statenum,
189 mkentry (extrct[extptr], numecs, statenum,
230 peakpairs = numtemps * numecs + tblend;
236 nummecs = cre8ecs (tecfwd, tecbck, numecs);
240 nummecs = numecs;
251 for (j = 1; j <= numecs; ++j) {
252 trans = tnxt[numecs *
[all...]
H A Ddfa.c46 * void check_for_backing_up( int ds, int state[numecs] );
182 * dump_transitions( FILE *file, int state[numecs] );
463 /* Note that the test for ecgroup[0] == numecs below accomplishes
466 if (!fullspd && ecgroup[0] == numecs) {
470 int use_NUL_table = (numecs == csize);
473 /* We still may want to use the table if numecs
480 if (numecs == power_of_two) {
497 for (i = 0; i <= numecs; ++i)
507 * table, so build it for entries from 0 .. numecs - 1.
509 num_full_table_rows = numecs;
[all...]
H A Dgen.c211 ((tblend + numecs + 1) >= INT16_MAX
218 tbl->td_lolen = tblend + numecs + 1; /* number of structs */
249 chk[tblend + 1] = numecs + 1;
278 else if (chk[i] > numecs || chk[i] == 0) {
340 out_dec ("static yyconst struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1);
370 chk[tblend + 1] = numecs + 1;
395 else if (chk[i] > numecs || chk[i] == 0)
1266 yymeta_tbl->td_lolen = numecs + 1;
1275 out_str_dec (get_int32_decl (), "yy_meta", numecs + 1); local
1280 for (i = 1; i <= numecs;
[all...]
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
867 tblsiz = lastdfa * numecs;
887 numtemps * numecs);
902 numecs, csize);
906 tblsiz = tblsiz + numecs;
1438 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst =
1698 numecs = cre8ecs (nextecm, ecgroup, csize);
1700 numecs = csize;
81 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable
H A Dflexdef.h555 * numecs - number of equivalence classes
569 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;

Completed in 110 milliseconds