HomeSort by: relevance | last modified time | path
    Searched refs:numecs (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/flex/dist/src/
tblcmp.c 52 * int state[numecs], statenum, totaltrans, comstate, comfreq;
105 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE))
106 mkentry (state, numecs, statenum, JAMSTATE, totaltrans);
185 mkentry (state, numecs, statenum,
191 mkentry (extrct[extptr], numecs, statenum,
232 peakpairs = numtemps * numecs + tblend;
238 nummecs = cre8ecs (tecfwd, tecbck, numecs);
242 nummecs = numecs;
253 for (j = 1; j <= numecs; ++j) {
254 trans = tnxt[numecs * i + j]
    [all...]
dfa.c 47 * void check_for_backing_up( int ds, int state[numecs] );
176 * dump_transitions( FILE *file, int state[numecs] );
454 /* Note that the test for ecgroup[0] == numecs below accomplishes
457 if (!fullspd && ecgroup[0] == numecs) {
461 int use_NUL_table = (numecs == csize);
464 /* We still may want to use the table if numecs
467 if (numecs <= csize && is_power_of_2(numecs)) {
483 for (i = 0; i <= numecs; ++i)
493 * table, so build it for entries from 0 .. numecs - 1
    [all...]
gen.c 216 ((tblend + numecs + 1) >= INT16_MAX
223 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */
254 chk[tblend + 1] = numecs + 1;
283 else if (chk[i] > numecs || chk[i] == 0) {
345 out_dec ("static const struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1);
375 chk[tblend + 1] = numecs + 1;
400 else if (chk[i] > numecs || chk[i] == 0)
1268 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1);
1277 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); local
1282 for (i = 1; i <= numecs; ++i)
    [all...]
main.c 86 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
886 tblsiz = lastdfa * numecs;
906 numtemps * numecs);
921 numecs, csize);
925 tblsiz = tblsiz + numecs;
1451 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst =
1712 numecs = cre8ecs (nextecm, ecgroup, csize);
1714 numecs = csize;
85 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable
flexdef.h 521 * numecs - number of equivalence classes
535 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;

Completed in 20 milliseconds