Searched refs:comfreq (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | dfa.c | 377 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 749 comfreq = 0; in ntod() 753 if (targfreq[i] > comfreq) { in ntod() 754 comfreq = targfreq[i]; in ntod() 758 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|
H A D | tblcmp.c | 81 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument 111 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; in bldtbl() 175 if (comfreq * 100 >= in bldtbl()
|