HomeSort by relevance Sort by last modified time
    Searched refs:comfreq (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 46 * int state[numecs], statenum, totaltrans, comstate, comfreq;
47 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
53 * Comfreq is how many transitions there are out of State to Comstate.
78 void bldtbl( state, statenum, totaltrans, comstate, comfreq )
79 int state[], statenum, totaltrans, comstate, comfreq;
109 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE;
179 if ( comfreq * 100 >=
dfa.c 401 int targptr, totaltrans, i, comstate, comfreq, targ; local
744 comfreq = 0;
748 if ( targfreq[i] > comfreq )
750 comfreq = targfreq[i];
754 bldtbl( state, ds, totaltrans, comstate, comfreq );

Completed in 53 milliseconds