| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | swaprep.c | 169 cpswaps(*from, *to); in CopySwap16Write() 671 cpswaps(from->sequenceNumber, to->sequenceNumber); in SErrorEvent() 673 cpswaps(from->minorCode, to->minorCode); in SErrorEvent() 682 cpswaps(from->u.u.sequenceNumber, to->u.u.sequenceNumber); in SKeyButtonPtrEvent() 687 cpswaps(from->u.keyButtonPointer.rootX, to->u.keyButtonPointer.rootX); in SKeyButtonPtrEvent() 688 cpswaps(from->u.keyButtonPointer.rootY, to->u.keyButtonPointer.rootY); in SKeyButtonPtrEvent() 689 cpswaps(from->u.keyButtonPointer.eventX, to->u.keyButtonPointer.eventX); in SKeyButtonPtrEvent() 690 cpswaps(from->u.keyButtonPointer.eventY, to->u.keyButtonPointer.eventY); in SKeyButtonPtrEvent() 691 cpswaps(from->u.keyButtonPointer.state, to->u.keyButtonPointer.state); in SKeyButtonPtrEvent() 700 cpswaps(from->u.u.sequenceNumber, to->u.u.sequenceNumber); in SEnterLeaveEvent() [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | randr.c | 121 cpswaps(from->sequenceNumber, to->sequenceNumber); in SRRScreenChangeNotifyEvent() 126 cpswaps(from->sizeID, to->sizeID); in SRRScreenChangeNotifyEvent() 127 cpswaps(from->subpixelOrder, to->subpixelOrder); in SRRScreenChangeNotifyEvent() 128 cpswaps(from->widthInPixels, to->widthInPixels); in SRRScreenChangeNotifyEvent() 129 cpswaps(from->heightInPixels, to->heightInPixels); in SRRScreenChangeNotifyEvent() 130 cpswaps(from->widthInMillimeters, to->widthInMillimeters); in SRRScreenChangeNotifyEvent() 131 cpswaps(from->heightInMillimeters, to->heightInMillimeters); in SRRScreenChangeNotifyEvent() 140 cpswaps(from->sequenceNumber, to->sequenceNumber); in SRRCrtcChangeNotifyEvent() 145 cpswaps(from->rotation, to->rotation); in SRRCrtcChangeNotifyEvent() 147 cpswaps(from->x, to->x); in SRRCrtcChangeNotifyEvent() [all …]
|
| /OK3568_Linux_fs/external/xserver/damageext/ |
| H A D | damageext.c | 589 cpswaps(from->sequenceNumber, to->sequenceNumber); in SDamageNotifyEvent() 592 cpswaps(from->area.x, to->area.x); in SDamageNotifyEvent() 593 cpswaps(from->area.y, to->area.y); in SDamageNotifyEvent() 594 cpswaps(from->area.width, to->area.width); in SDamageNotifyEvent() 595 cpswaps(from->area.height, to->area.height); in SDamageNotifyEvent() 596 cpswaps(from->geometry.x, to->geometry.x); in SDamageNotifyEvent() 597 cpswaps(from->geometry.y, to->geometry.y); in SDamageNotifyEvent() 598 cpswaps(from->geometry.width, to->geometry.width); in SDamageNotifyEvent() 599 cpswaps(from->geometry.height, to->geometry.height); in SDamageNotifyEvent()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shape.c | 1083 cpswaps(from->sequenceNumber, to->sequenceNumber); in SShapeNotifyEvent() 1084 cpswaps(from->x, to->x); in SShapeNotifyEvent() 1085 cpswaps(from->y, to->y); in SShapeNotifyEvent() 1086 cpswaps(from->width, to->width); in SShapeNotifyEvent() 1087 cpswaps(from->height, to->height); in SShapeNotifyEvent()
|
| H A D | xvmain.c | 993 cpswaps(from->u.videoNotify.sequenceNumber, in WriteSwappedVideoNotifyEvent() 1007 cpswaps(from->u.portNotify.sequenceNumber, to->u.portNotify.sequenceNumber); in WriteSwappedPortNotifyEvent()
|
| H A D | sync.c | 2442 cpswaps(from->sequenceNumber, to->sequenceNumber); in SCounterNotifyEvent() 2449 cpswaps(from->count, to->count); in SCounterNotifyEvent() 2458 cpswaps(from->sequenceNumber, to->sequenceNumber); in SAlarmNotifyEvent()
|
| H A D | shm.c | 1386 cpswaps(from->sequenceNumber, to->sequenceNumber); in SShmCompletionEvent() 1388 cpswaps(from->minorEvent, to->minorEvent); in SShmCompletionEvent()
|
| H A D | security.c | 674 cpswaps(from->sequenceNumber, to->sequenceNumber); in SwapSecurityAuthorizationRevokedEvent()
|
| H A D | saver.c | 436 cpswaps(from->sequenceNumber, to->sequenceNumber); in SScreenSaverNotifyEvent()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/dri/ |
| H A D | windowsdri.c | 186 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | select.c | 218 cpswaps(from->sequenceNumber, to->sequenceNumber); in SXFixesSelectionNotifyEvent()
|
| H A D | cursor.c | 314 cpswaps(from->sequenceNumber, to->sequenceNumber); in SXFixesCursorNotifyEvent()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | misc.h | 383 #define cpswaps(src, dst) do { \ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | appledri.c | 391 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwindowswm.c | 540 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewm.c | 684 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 129 if (needswap) { CARD16 _s = _src; cpswaps(_s, _dst); } \
|