Searched refs:numecs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | tblcmp.c | 102 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE)) in bldtbl() 103 mkentry (state, numecs, statenum, JAMSTATE, totaltrans); in bldtbl() 182 mkentry (state, numecs, statenum, in bldtbl() 188 mkentry (extrct[extptr], numecs, statenum, in bldtbl() 229 peakpairs = numtemps * numecs + tblend; in cmptmps() 235 nummecs = cre8ecs (tecfwd, tecbck, numecs); in cmptmps() 239 nummecs = numecs; in cmptmps() 250 for (j = 1; j <= numecs; ++j) { in cmptmps() 251 trans = tnxt[numecs * i + j]; in cmptmps() 347 i = tblend - numecs; in find_table_space() [all …]
|
H A D | dfa.c | 456 if (!fullspd && ecgroup[0] == numecs) { in ntod() 460 int use_NUL_table = (numecs == csize); in ntod() 466 if (numecs <= csize && is_power_of_2(numecs)) { in ntod() 482 for (i = 0; i <= numecs; ++i) in ntod() 494 num_full_table_rows = numecs; in ntod() 501 num_full_table_rows = numecs + 1; in ntod() 599 for (i = 1; i <= numecs; ++i) in ntod() 612 for (sym = 1; sym <= numecs; ++sym) { in ntod() 1013 for (i = 1; i <= numecs; ++i) { /* initialize equivalence class list */ in sympartition() 1019 dupfwd[numecs] = NIL; in sympartition() [all …]
|
H A D | gen.c | 213 ((tblend + numecs + 1) >= INT16_MAX in mkctbl() 220 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */ in mkctbl() 251 chk[tblend + 1] = numecs + 1; in mkctbl() 280 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl() 342 out_dec ("static const struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1); in genctbl() 372 chk[tblend + 1] = numecs + 1; in genctbl() 397 else if (chk[i] > numecs || chk[i] == 0) in genctbl() 1265 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1); in gentabs() 1274 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); in gentabs() 1279 for (i = 1; i <= numecs; ++i) { in gentabs() [all …]
|
H A D | main.c | 82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable 882 tblsiz = lastdfa * numecs; in flexend() 902 numtemps * numecs); in flexend() 917 numecs, csize); in flexend() 921 tblsiz = tblsiz + numecs; in flexend() 1447 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst = in flexinit() 1708 numecs = cre8ecs (nextecm, ecgroup, csize); in readin() 1710 numecs = csize; in readin()
|
H A D | flexdef.h | 526 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
|