Searched refs:__private (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp441 if( inst->__private->cursorToDo ) { \
442 KICK_CURSOR(inst->__private->cursorThread); \
682 fb->__private->controller->wl
1162 IOPixelInformation * info = &__private->pixelInfo;
1170 __private->cursorBytesPerPixel = 4;
1172 __private->cursorBytesPerPixel = bytesPerPixel;
1175 __private->framebufferWidth = info->activeWidth;
1176 __private->framebufferHeight = info->activeHeight;
1178 __private->consoleDepth = info->componentCount * info->bitsPerComponent;
1180 __private
2954 struct IOFramebufferPrivate * __private = inst->__private; local
[all...]
H A DIOCursorBlits.h72 cursPtr = (volatile unsigned short *) inst->__private->cursorImages[ shmem->frame ];
156 cursPtr = (volatile unsigned char *) inst->__private->cursorImages[ shmem->frame ];
157 maskPtr = (volatile unsigned char *) inst->__private->cursorMasks[ shmem->frame ];
201 cursPtr = (volatile unsigned char *) inst->__private->cursorImages[ shmem->frame ];
202 maskPtr = (volatile unsigned char *) inst->__private->cursorMasks[ shmem->frame ];
242 cursPtr = (volatile unsigned int *) inst->__private->cursorImages[ shmem->frame ];
290 cursPtr = (volatile unsigned int *) inst->__private->cursorImages[ shmem->frame ];
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp483 if (!__private)
485 __private = IONew( IONDRVFramebufferPrivate, 1 );
486 if (!__private)
488 bzero( __private, sizeof(IONDRVFramebufferPrivate) );
491 __private->depthMapModeID = kDisplayModeIDInvalid;
535 __private->removable = (0 != device->metaCast("IOCardBusDevice"));
648 if (!self->__private->probeInterrupt)
650 self->__private->probeInterrupt = IOTimerEventSource::timerEventSource(
652 if (self->__private->probeInterrupt)
653 self->getControllerWorkLoop()->addEventSource(self->__private
[all...]
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h101 struct IONDRVFramebufferPrivate * __private; member in class:IONDRVFramebuffer
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h269 struct IOFramebufferPrivate * __private; member in class:IOFramebuffer
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/test/
H A Dtest_keyvalue.py23 self.__private = u'private'
68 self.__private = u'private'
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/PyObjCTools/test/
H A Dtest_keyvalue.py23 self.__private = u'private'
68 self.__private = u'private'
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/test/
H A Dtest_keyvalue.py23 self.__private = u'private'
68 self.__private = u'private'
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkrb5.h863 void *__private; member in struct:krb5_krbhst_info
H A Dkrbhst.c1346 krb5_krbhst_handle handle = host->__private;
1387 hi->__private = heim_retain(handle);
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dutils.tcl690 variable __private
693 set BWidget::__private(x) %x
694 set BWidget::__private(y) %y
705 if { %x > $BWidget::__private(x) } {set xdir -1}
706 if { %y > $BWidget::__private(y) } {set ydir -1}
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_keyvalue.py25 self.__private = u'private'
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_keyvalue.py23 self.__private = u"private"
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_keyvalue.py25 self.__private = u'private'
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_keyvalue.py23 self.__private = u"private"
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_keyvalue.py26 self.__private = 'private'
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_keyvalue.py23 self.__private = b"private".decode('ascii')

Completed in 209 milliseconds