Lines Matching refs:numecs
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()
358 while (i + numecs >= current_max_xpairs) in find_table_space()
383 while (i + numecs >= current_max_xpairs) in find_table_space()
398 ptr_to_last_entry_in_state = &chk[i + numecs + 1]; in find_table_space()
437 for (i = 2; i <= numecs; ++i) { in inittbl()
442 tecfwd[numecs] = NIL; in inittbl()
457 while (tblend + numecs >= current_max_xpairs) in mkdeftbl()
464 for (i = 1; i <= numecs; ++i) { in mkdeftbl()
474 tblend += numecs; in mkdeftbl()
642 if (++numprots >= MSP || numecs * numprots >= PROT_SAVE_SIZE) { in mkprot()
664 tblbase = numecs * (slot - 1); in mkprot()
666 for (i = 1; i <= numecs; ++i) in mkprot()
690 tmpbase = numtemps * numecs; in mktemplate()
692 if (tmpbase + numecs >= current_max_template_xpairs) { in mktemplate()
702 for (i = 1; i <= numecs; ++i) in mktemplate()
712 mkeccl (transset, tsptr, tecfwd, tecbck, numecs, 0); in mktemplate()
721 mkentry (tmp, numecs, statenum, -numtemps, numdiff); in mktemplate()
777 for (i = 1; i <= numecs; ++i, ++state_ptr) in place_state()
783 if (position + numecs > tblend) in place_state()
784 tblend = position + numecs; in place_state()
829 protp = &protsave[numecs * (pr - 1)]; in tbldiff()
831 for (i = numecs; i > 0; --i) { in tbldiff()