Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:numecs

46  *   int state[numecs], statenum, totaltrans, comstate, comfreq;
100 if ( (totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE) )
101 mkentry( state, numecs, statenum, JAMSTATE, totaltrans );
186 mkentry( state, numecs, statenum,
193 mkentry( extrct[extptr], numecs, statenum,
234 peakpairs = numtemps * numecs + tblend;
241 nummecs = cre8ecs( tecfwd, tecbck, numecs );
245 nummecs = numecs;
257 for ( j = 1; j <= numecs; ++j )
259 trans = tnxt[numecs * i + j];
360 i = tblend - numecs;
372 while ( i + numecs >= current_max_xpairs )
399 while ( i + numecs >= current_max_xpairs )
414 ptr_to_last_entry_in_state = &chk[i + numecs + 1];
454 for ( i = 2; i <= numecs; ++i )
460 tecfwd[numecs] = NIL;
475 while ( tblend + numecs >= current_max_xpairs )
482 for ( i = 1; i <= numecs; ++i )
493 tblend += numecs;
677 if ( ++numprots >= MSP || numecs * numprots >= PROT_SAVE_SIZE )
700 tblbase = numecs * (slot - 1);
702 for ( i = 1; i <= numecs; ++i )
727 tmpbase = numtemps * numecs;
729 if ( tmpbase + numecs >= current_max_template_xpairs )
739 for ( i = 1; i <= numecs; ++i )
749 mkeccl( transset, tsptr, tecfwd, tecbck, numecs, 0 );
758 mkentry( tmp, numecs, statenum, -numtemps, numdiff );
817 for ( i = 1; i <= numecs; ++i, ++state_ptr )
824 if ( position + numecs > tblend )
825 tblend = position + numecs;
864 * number is "numecs" minus the number of "SAME_TRANS" entries in "ext".
873 protp = &protsave[numecs * (pr - 1)];
875 for ( i = numecs; i > 0; --i )