Searched refs:totaltrans (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() 100 if ( (totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE) ) 101 mkentry( state, numecs, statenum, JAMSTATE, totaltrans ); 109 comfreq * 100 > totaltrans * CHECK_COM_PERCENTAGE; 112 mindiff = totaltrans; 151 if ( mindiff * 100 > totaltrans * FIRST_MATCH_DIFF_PERCENTAGE ) 172 if ( mindiff * 100 > totaltrans * ACCEPTABLE_DIFF_PERCENTAGE ) 180 totaltrans * TEMPLATE_SAME_PERCENTAGE ) 187 JAMSTATE, totaltrans ); [all …]
|
D | dfa.c | 401 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local 595 totaltrans = 0; in ntod() 675 ++totaltrans; in ntod() 688 ++totaltrans; in ntod() 692 --totaltrans; in ntod() 698 numsnpairs += totaltrans; in ntod() 730 place_state( state, ds, totaltrans ); in ntod() 754 bldtbl( state, ds, totaltrans, comstate, comfreq ); in ntod()
|