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

/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h201 unsigned long maxState; member in struct:IODisplayPMVars
/macosx-10.9.5/libxml2-26/libxml2/
H A Dpattern.c112 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1777 cur->maxState = 4;
1822 if (comp->nbState >= comp->maxState) {
1826 comp->maxState * 4 * sizeof(int));
1833 comp->maxState *= 2;
H A Drelaxng.c322 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1030 ret->maxState = size;
1061 if (states->nbState >= states->maxState) {
1065 size = states->maxState * 2;
1075 states->maxState = size;
1101 if (states->nbState >= states->maxState) {
1105 size = states->maxState * 2;
1115 states->maxState = size;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dpattern.c109 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1773 cur->maxState = 4;
1818 if (comp->nbState >= comp->maxState) {
1822 comp->maxState * 4 * sizeof(int));
1829 comp->maxState *= 2;
H A Drelaxng.c321 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1029 ret->maxState = size;
1060 if (states->nbState >= states->maxState) {
1064 size = states->maxState * 2;
1074 states->maxState = size;
1100 if (states->nbState >= states->maxState) {
1104 size = states->maxState * 2;
1114 states->maxState = size;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp509 fDisplayPMVars->maxState = kIODisplayMaxPowerState;
1170 fDisplayPMVars->displayIdle = (state != fDisplayPMVars->maxState);

Completed in 224 milliseconds