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

/freebsd-13-stable/contrib/flex/src/
H A Dtblcmp.c49 * int state[numecs], statenum, totaltrans, comstate, comfreq;
102 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE))
103 mkentry (state, numecs, statenum, JAMSTATE, totaltrans);
182 mkentry (state, numecs, statenum,
188 mkentry (extrct[extptr], numecs, statenum,
229 peakpairs = numtemps * numecs + tblend;
235 nummecs = cre8ecs (tecfwd, tecbck, numecs);
239 nummecs = numecs;
250 for (j = 1; j <= numecs; ++j) {
251 trans = tnxt[numecs *
[all...]
H A Ddfa.c46 * void check_for_backing_up( int ds, int state[numecs] );
175 * dump_transitions( FILE *file, int state[numecs] );
453 /* Note that the test for ecgroup[0] == numecs below accomplishes
456 if (!fullspd && ecgroup[0] == numecs) {
460 int use_NUL_table = (numecs == csize);
463 /* We still may want to use the table if numecs
466 if (numecs <= csize && is_power_of_2(numecs)) {
482 for (i = 0; i <= numecs; ++i)
492 * table, so build it for entries from 0 .. numecs
[all...]
H A Dgen.c213 ((tblend + numecs + 1) >= INT16_MAX
220 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */
251 chk[tblend + 1] = numecs + 1;
280 else if (chk[i] > numecs || chk[i] == 0) {
342 out_dec ("static const struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1);
372 chk[tblend + 1] = numecs + 1;
397 else if (chk[i] > numecs || chk[i] == 0)
1265 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1);
1274 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); local
1279 for (i = 1; i <= numecs;
[all...]
H A Dmain.c83 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
883 tblsiz = lastdfa * numecs;
903 numtemps * numecs);
918 numecs, csize);
922 tblsiz = tblsiz + numecs;
1448 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst =
1709 numecs = cre8ecs (nextecm, ecgroup, csize);
1711 numecs = csize;
82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable
H A Dflexdef.h512 * numecs - number of equivalence classes
526 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;

Completed in 109 milliseconds