Searched refs:totaltrans (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | tblcmp.c | 84 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument 105 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE)) in bldtbl() 106 mkentry (state, numecs, statenum, JAMSTATE, totaltrans); in bldtbl() 114 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; in bldtbl() 117 mindiff = totaltrans; in bldtbl() 153 totaltrans * FIRST_MATCH_DIFF_PERCENTAGE) { in bldtbl() 172 totaltrans * ACCEPTABLE_DIFF_PERCENTAGE) { in bldtbl() 179 totaltrans * TEMPLATE_SAME_PERCENTAGE) in bldtbl() 186 JAMSTATE, totaltrans); in bldtbl() 199 totaltrans * NEW_PROTO_DIFF_PERCENTAGE) in bldtbl() [all …]
|
| H A D | dfa.c | 378 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 598 totaltrans = 0; in ntod() 679 ++totaltrans; in ntod() 685 numsnpairs += totaltrans; in ntod() 736 place_state (state, ds, totaltrans); in ntod() 759 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|