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

Lines Matching refs:numecs

45  *     void check_for_backing_up( int ds, int state[numecs] );
190 * dump_transitions( FILE *file, int state[numecs] );
473 /* Note that the test for ecgroup[0] == numecs below accomplishes
476 if ( ! fullspd && ecgroup[0] == numecs )
481 int use_NUL_table = (numecs == csize);
485 /* We still may want to use the table if numecs
492 if ( numecs == power_of_two )
510 for ( i = 0; i <= numecs; ++i )
521 * table, so build it for entries from 0 .. numecs - 1.
523 num_full_table_rows = numecs;
528 * from 0 .. numecs.
530 num_full_table_rows = numecs + 1;
597 for ( i = 1; i <= numecs; ++i )
610 for ( sym = 1; sym <= numecs; ++sym )
1010 * int symlist[numecs], int duplist[numecs] );
1024 for ( i = 1; i <= numecs; ++i )
1031 dupfwd[numecs] = NIL;
1061 duplist, numecs, NUL_ec );
1078 for ( ++j; j <= numecs; ++j )