• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:transitions

311     int transcount;	/* the number of chars in char counted transitions */
450 int *transitions;
460 * 3/ build a table state x atom for the transitions
532 transitions = (int *) xmlMalloc((nbstates + 1) *
534 if (transitions == NULL) {
541 memset(transitions, 0, (nbstates + 1) * (nbatoms + 1) * sizeof(int));
559 transitions[stateno * (nbatoms + 1)] = state->type;
579 * if the same atom can generate transitions to 2 different
583 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
594 xmlFree(transitions);
607 transitions[stateno * (nbatoms + 1) + atomno + 1] =
622 printf("%02d ", transitions[i * (nbatoms + 1) + j]);
646 ret->compact = transitions;
1151 fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans);
1699 * Do not pollute the target state by adding transitions from
1786 * Don't remove counted transitions
1832 * Eliminating general epsilon transitions can get costly in the general
1833 * algorithm due to the large amount of generated new transitions and
1841 * target of all transitions to X by transitions to Y.
1934 * Build the completed transitions bypassing the epsilons
1981 * Eliminate the epsilon transitions
2428 * this is used to remove equivalent transitions
2568 * don't recurse on transitions potentially added in the course of
2575 * check transitions conflicting with the one looked at
2623 * First cleanup the automata removing cancelled transitions
2634 * Determinism checks in case of counted or all transitions
2658 * Check for all states that there aren't 2 transitions
2671 * Determinism checks in case of counted or all transitions
2687 /* mark the transitions as non-deterministic ones */
2695 * epsilon transitions like choices or all
3172 * still have epsilon like transition for counted transitions
3251 continue; /* for loop on transitions */
3359 continue; /* for loop on transitions */
3664 * Examine all outside transitions from current state
3769 * still have epsilon like transition for counted transitions
3794 * Check all counted transitions from the current state
3832 * Check all counted transitions from the current state
4147 * @nbneg: return number of negative transitions
4306 * @nbneg: return number of negative transitions
4330 * @nbneg: return number of negative transitions
4388 * still have epsilon like transition for counted transitions
5413 /* remove the Epsilon except for counted transitions */
6105 * @lax: allow to transition if not all all transitions have been activated
6110 * all transitions from the @from node have been activated.