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

/freebsd-13-stable/contrib/flex/src/
H A Ddfa.c377 int targptr, totaltrans, i, comstate, comfreq, targ; local
749 comfreq = 0;
753 if (targfreq[i] > comfreq) {
754 comfreq = targfreq[i];
758 bldtbl (state, ds, totaltrans, comstate, comfreq);
H A Dtblcmp.c49 * int state[numecs], statenum, totaltrans, comstate, comfreq;
50 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
81 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) argument
111 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE;
175 if (comfreq * 100 >=

Completed in 104 milliseconds