Lines Matching full:transitions
54 * totaltrans is the total number of transitions out of the state. Comstate
55 * is that state which is the destination of the most transitions out of State.
56 * Comfreq is how many transitions there are out of State to Comstate.
62 * many of the same out-transitions). A "most recently used" queue of
67 * homogeneous or nearly homogeneous (all transitions go to the same
73 * state will differ from the proto for two out-transitions. One of these
74 * out-transitions will be that character on which the proto does not go
87 * of the "best difference" to date, which is those transitions in bldtbl()
98 /* If the state has too few out-transitions, don't bother trying to in bldtbl()
233 * template transitions. in cmptmps()
247 /* Number of non-jam transitions out of this template. */ in cmptmps()
315 * Numtrans is the number of out-transitions for the state.
334 /* If there are too many out-transitions, put the state at the end of in find_table_space()
432 * transitions out of TEMPLATES. in inittbl()
491 * marking transitions to "SAME_TRANS" are treated as though they will be
493 * number of transitions out of the state. If it is below a certain threshold,
504 if (totaltrans == 0) { /* there are no out-transitions */ in mkentry()
750 * Transnum is the number of out-transitions for the state.
819 * as transitions to "SAME_TRANS" in "ext". The total number of differences