Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dtblcmp.c81 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()
[all …]
H A Ddfa.c377 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local
597 totaltrans = 0; in ntod()
678 ++totaltrans; in ntod()
684 numsnpairs += totaltrans; in ntod()
735 place_state (state, ds, totaltrans); in ntod()
758 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()