Lines Matching refs:totaltrans
81 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument
102 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE)) in bldtbl()
103 mkentry (state, numecs, statenum, JAMSTATE, totaltrans); in bldtbl()
111 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; in bldtbl()
114 mindiff = totaltrans; in bldtbl()
150 totaltrans * FIRST_MATCH_DIFF_PERCENTAGE) { in bldtbl()
169 totaltrans * ACCEPTABLE_DIFF_PERCENTAGE) { in bldtbl()
176 totaltrans * TEMPLATE_SAME_PERCENTAGE) in bldtbl()
183 JAMSTATE, totaltrans); in bldtbl()
196 totaltrans * NEW_PROTO_DIFF_PERCENTAGE) in bldtbl()
227 int totaltrans, trans; in cmptmps() local
248 totaltrans = 0; in cmptmps()
262 ++totaltrans; in cmptmps()
270 ++totaltrans; in cmptmps()
283 totaltrans); in cmptmps()
499 int totaltrans) in mkentry() argument
504 if (totaltrans == 0) { /* there are no out-transitions */ in mkentry()
520 if (totaltrans == 1) { in mkentry()
544 if (totaltrans * 100 <= numchars * INTERIOR_FIT_PERCENTAGE) { in mkentry()