Searched refs:occurs (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0A.asm108 ffree st7 ; Clear FPU stack register(7)'s tag entry to prevent overflow if a wraparound occurs.
520 cli ; interrupt occurs while we're doing fxsave/fxrstor/cr0.
589 cli ; interrupt occurs while we're doing fxsave/fxrstor/cr0.
661 cli ; interrupt occurs while we're doing fxsave/fxrstor/cr0.
720 cli ; interrupt occurs while we're doing fxsave/fxrstor/cr0.
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c338 * size of the occurs bitfield
349 long occurs;/* bitfield for multiple occurrences */ member in struct:_xmlValidState
355 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
359 #define OCCURS ctxt->vstate->occurs
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
370 xmlNodePtr node, unsigned char depth, long occurs,
405 (ctxt->vstateTab[i].occurs
369 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
[all...]
H A Dxmlschemas.c528 int occurs; /* required, optional */ member in struct:_xmlSchemaAttributeUse
5768 * if not valid and -1 if an internal error occurs.
5849 * if not valid and -1 if an internal error occurs.
5880 * if not valid and -1 if an internal error occurs.
5915 * if not valid and -1 if an internal error occurs.
6703 * if something is not valid and -1 if an internal error occurs.
6836 * 2.2 {max occurs} must be greater than or equal to 1.
6846 * 2.1 {min occurs} must not be greater than {max occurs}.
7094 int isRef = 0, occurs local
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm1379 ;; The limit is 0 to cause a shutdown if an exception occurs
/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 93 milliseconds