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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dtblcmp.c46 * int state[numecs], statenum, totaltrans, comstate, comfreq;
47 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
51 * totaltrans is the total number of transitions out of the state. Comstate
78 void bldtbl( state, statenum, totaltrans, comstate, comfreq )
79 int state[], statenum, totaltrans, comstate, comfreq;
100 if ( (totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE) )
101 mkentry( state, numecs, statenum, JAMSTATE, totaltrans );
109 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE;
112 mindiff = totaltrans;
151 if ( mindiff * 100 > totaltrans * FIRST_MATCH_DIFF_PERCENTAG
232 int totaltrans, trans; local
[all...]
H A Ddfa.c401 int targptr, totaltrans, i, comstate, comfreq, targ; local
595 totaltrans = 0;
675 ++totaltrans;
688 ++totaltrans;
692 --totaltrans;
698 numsnpairs += totaltrans;
730 place_state( state, ds, totaltrans );
754 bldtbl( state, ds, totaltrans, comstate, comfreq );

Completed in 92 milliseconds