Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/flex/
HDtblcmp.c81 void bldtbl (state, statenum, totaltrans, comstate, comfreq) in bldtbl() argument
82 int state[], statenum, totaltrans, comstate, comfreq; in bldtbl()
112 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE;
176 if (comfreq * 100 >=
HDdfa.c387 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local
766 comfreq = 0; in ntod()
770 if (targfreq[i] > comfreq) { in ntod()
771 comfreq = targfreq[i]; in ntod()
775 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()