Searched refs:numecs (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | tblcmp.c | 105 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE)) in bldtbl() 106 mkentry (state, numecs, statenum, JAMSTATE, totaltrans); in bldtbl() 185 mkentry (state, numecs, statenum, in bldtbl() 191 mkentry (extrct[extptr], numecs, statenum, in bldtbl() 232 peakpairs = numtemps * numecs + tblend; in cmptmps() 238 nummecs = cre8ecs (tecfwd, tecbck, numecs); in cmptmps() 242 nummecs = numecs; in cmptmps() 253 for (j = 1; j <= numecs; ++j) { in cmptmps() 254 trans = tnxt[numecs * i + j]; in cmptmps() 350 i = tblend - numecs; in find_table_space() [all …]
|
| H A D | dfa.c | 457 if (!fullspd && ecgroup[0] == numecs) { in ntod() 461 int use_NUL_table = (numecs == csize); in ntod() 467 if (numecs <= csize && is_power_of_2(numecs)) { in ntod() 483 for (i = 0; i <= numecs; ++i) in ntod() 495 num_full_table_rows = numecs; in ntod() 502 num_full_table_rows = numecs + 1; in ntod() 600 for (i = 1; i <= numecs; ++i) in ntod() 613 for (sym = 1; sym <= numecs; ++sym) { in ntod() 1014 for (i = 1; i <= numecs; ++i) { /* initialize equivalence class list */ in sympartition() 1020 dupfwd[numecs] = NIL; in sympartition() [all …]
|
| H A D | gen.c | 216 ((tblend + numecs + 1) >= INT16_MAX in mkctbl() 223 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */ in mkctbl() 254 chk[tblend + 1] = numecs + 1; in mkctbl() 283 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl() 345 out_dec ("static const struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1); in genctbl() 375 chk[tblend + 1] = numecs + 1; in genctbl() 400 else if (chk[i] > numecs || chk[i] == 0) in genctbl() 1268 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1); in gentabs() 1277 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); in gentabs() 1282 for (i = 1; i <= numecs; ++i) { in gentabs() [all …]
|
| H A D | main.c | 85 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, variable 885 tblsiz = lastdfa * numecs; in flexend() 905 numtemps * numecs); in flexend() 920 numecs, csize); in flexend() 924 tblsiz = tblsiz + numecs; in flexend() 1450 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst = in flexinit() 1711 numecs = cre8ecs (nextecm, ecgroup, csize); in readin() 1713 numecs = csize; in readin()
|
| H A D | flexdef.h | 535 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
|