Searched refs:comfreq (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/lex/ |
H A D | dfa.c | 381 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 760 comfreq = 0; in ntod() 764 if (targfreq[i] > comfreq) { in ntod() 765 comfreq = targfreq[i]; in ntod() 769 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
|
H A D | tblcmp.c | 84 bldtbl(int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument 117 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; in bldtbl() 184 if (comfreq * 100 >= in bldtbl()
|