Searched refs:transitions (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/
H A DMakefile81 SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-a20-1.asm144 ; Loop to make sure we get all transitions and ends up with A20 disabled.
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c311 int transcount; /* the number of chars in char counted transitions */
450 int *transitions; local
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);
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 45 milliseconds