Searched refs:totaltrans (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/flex/ |
| D | tblcmp.c | 81 void bldtbl (state, statenum, totaltrans, comstate, comfreq) in bldtbl() argument 82 int state[], statenum, totaltrans, comstate, comfreq; in bldtbl() 103 if ((totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE)) 104 mkentry (state, numecs, statenum, JAMSTATE, totaltrans); 112 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; 115 mindiff = totaltrans; 151 totaltrans * FIRST_MATCH_DIFF_PERCENTAGE) { 170 totaltrans * ACCEPTABLE_DIFF_PERCENTAGE) { 177 totaltrans * TEMPLATE_SAME_PERCENTAGE) 184 JAMSTATE, totaltrans); [all …]
|
| D | dfa.c | 387 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 614 totaltrans = 0; in ntod() 695 ++totaltrans; in ntod() 701 numsnpairs += totaltrans; in ntod() 752 place_state (state, ds, totaltrans); in ntod() 775 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|