Home | History | Annotate | Download | only in src

Lines Matching refs:numecs

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];
350 i = tblend - numecs;
361 while (i + numecs >= current_max_xpairs)
386 while (i + numecs >= current_max_xpairs)
401 ptr_to_last_entry_in_state = &chk[i + numecs + 1];
440 for (i = 2; i <= numecs; ++i) {
445 tecfwd[numecs] = NIL;
460 while (tblend + numecs >= current_max_xpairs)
467 for (i = 1; i <= numecs; ++i) {
477 tblend += numecs;
645 if (++numprots >= MSP || numecs * numprots >= PROT_SAVE_SIZE) {
667 tblbase = numecs * (slot - 1);
669 for (i = 1; i <= numecs; ++i)
693 tmpbase = numtemps * numecs;
695 if (tmpbase + numecs >= current_max_template_xpairs) {
705 for (i = 1; i <= numecs; ++i)
715 mkeccl (transset, tsptr, tecfwd, tecbck, numecs, 0);
724 mkentry (tmp, numecs, statenum, -numtemps, numdiff);
780 for (i = 1; i <= numecs; ++i, ++state_ptr)
786 if (position + numecs > tblend)
787 tblend = position + numecs;
824 * number is "numecs" minus the number of "SAME_TRANS" entries in "ext".
832 protp = &protsave[numecs * (pr - 1)];
834 for (i = numecs; i > 0; --i) {