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

/freebsd-11-stable/contrib/flex/
H A Dtblcmp.c49 * int state[numecs], statenum, totaltrans, comstate, comfreq;
50 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
81 void bldtbl (state, statenum, totaltrans, comstate, comfreq)
82 int state[], statenum, totaltrans, comstate, comfreq;
112 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE;
176 if (comfreq * 100 >=
H A Ddfa.c387 int targptr, totaltrans, i, comstate, comfreq, targ; local
766 comfreq = 0;
770 if (targfreq[i] > comfreq) {
771 comfreq = targfreq[i];
775 bldtbl (state, ds, totaltrans, comstate, comfreq);

Completed in 65 milliseconds