Lines Matching refs:totaltrans
78 void bldtbl( state, statenum, totaltrans, comstate, comfreq ) in bldtbl() argument
79 int state[], statenum, totaltrans, comstate, comfreq; in bldtbl()
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_PERCENTAGE )
172 if ( mindiff * 100 > totaltrans * ACCEPTABLE_DIFF_PERCENTAGE )
180 totaltrans * TEMPLATE_SAME_PERCENTAGE )
187 JAMSTATE, totaltrans );
201 totaltrans * NEW_PROTO_DIFF_PERCENTAGE )
232 int totaltrans, trans; in cmptmps() local
255 totaltrans = 0; in cmptmps()
272 ++totaltrans; in cmptmps()
281 ++totaltrans; in cmptmps()
293 mkentry( tmp, nummecs, lastdfa + i + 1, JAMSTATE, totaltrans ); in cmptmps()
517 void mkentry( state, numchars, statenum, deflink, totaltrans ) in mkentry() argument
519 int numchars, statenum, deflink, totaltrans;
524 if ( totaltrans == 0 )
542 if ( totaltrans == 1 )
568 if ( totaltrans * 100 <= numchars * INTERIOR_FIT_PERCENTAGE )