Searched refs:comfreq (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | tblcmp.c | 78 void bldtbl( state, statenum, totaltrans, comstate, comfreq ) in bldtbl() argument 79 int state[], statenum, totaltrans, comstate, comfreq; in bldtbl() 109 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; 179 if ( comfreq * 100 >=
|
D | dfa.c | 401 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 744 comfreq = 0; in ntod() 748 if ( targfreq[i] > comfreq ) in ntod() 750 comfreq = targfreq[i]; in ntod() 754 bldtbl( state, ds, totaltrans, comstate, comfreq ); in ntod()
|