Searched refs:needsInit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dbrkeng.cpp143 UBool needsInit; local
152 needsInit = (UBool)(fEngines == NULL);
153 if (!needsInit) {
169 if (needsInit) {
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp406 UInt8 needsInit; member in struct:IOFramebufferPrivate
6874 __private->needsInit = false;
6915 if (false && __private->needsInit == 1)
6926 && (__private->needsInit != 3));
6939 DEBG1(thisName, " initFB: needsInit %d logo %d\n",
6940 __private->needsInit, logo);
6941 if (gIOFBVerboseBoot || (2 != __private->needsInit))
6953 __private->needsInit = false;
6963 __private->needsInit = true;
6965 __private->needsInit
[all...]

Completed in 224 milliseconds