Searched refs:totaltrans (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c48 * int state[numecs], statenum, totaltrans, comstate, comfreq;
49 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
53 * totaltrans is the total number of transitions out of the state. Comstate
80 void bldtbl( state, statenum, totaltrans, comstate, comfreq )
81 int state[], statenum, totaltrans, comstate, comfreq;
102 if ( (totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE) )
103 mkentry( state, numecs, statenum, JAMSTATE, totaltrans );
111 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE;
114 mindiff = totaltrans;
153 if ( mindiff * 100 > totaltrans * FIRST_MATCH_DIFF_PERCENTAG
234 int totaltrans, trans; local
[all...]
H A Ddfa.c403 int targptr, totaltrans, i, comstate, comfreq, targ; local
597 totaltrans = 0;
677 ++totaltrans;
690 ++totaltrans;
694 --totaltrans;
700 numsnpairs += totaltrans;
732 place_state( state, ds, totaltrans );
756 bldtbl( state, ds, totaltrans, comstate, comfreq );

Completed in 52 milliseconds