| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbEvents.c | 917 XkbFilterEvents(ClientPtr client,int nEvents,xEvent *xE) argument 921 CARD8 type = xE[0].u.u.type; 923 if (xE->u.u.type & EXTENSION_EVENT_BASE) 924 dev = XIGetDevice(xE); 939 xE[0].u.keyButtonPointer.state); 965 xE[0].u.keyButtonPointer.state = state; 970 (xE[0].u.u.type == KeyPress || xE[0].u.u.type==KeyRelease || 971 xE[0].u.u.type == DeviceKeyPress || 972 xE[ [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbEvents.c | 896 XkbFilterEvents(ClientPtr client, int nEvents, xEvent *xE) argument 900 CARD8 type = xE[0].u.u.type; 902 if (xE->u.u.type & EXTENSION_EVENT_BASE) 903 dev = XIGetDevice(xE); 918 xE[0].u.keyButtonPointer.state); 945 xE[0].u.keyButtonPointer.state = state; 950 (xE[0].u.u.type == KeyPress || xE[0].u.u.type == KeyRelease || 951 xE[0].u.u.type == DeviceKeyPress || 952 xE[ [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_cursor.h | 199 ulTemp |= 0xE<<28 ;\ 210 ulTemp |= 0xE<<28 ;\
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.h | 78 YZW = 0xE,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.h | 78 YZW = 0xE,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_perfcounter.h | 73 CB = 0xE,
|
| H A D | ac_sqtt.h | 119 RGP_SQTT_MARKER_IDENTIFIER_RESERVED5 = 0xE,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 201 #define XE_KBPTR (xE->u.keyButtonPointer) 2692 * @param xE Event to be modified in place 2699 xEvent *xE, WindowPtr pWin, Window child, Bool calcChild) 2706 if ((evtype = xi2_get_type(xE))) { 2726 (xXIGesturePinchEvent*) xE, pWin, child); 2732 (xXIGestureSwipeEvent*) xE, pWin, child); 2736 (xXIDeviceEvent*) xE, pWin, child); 2816 DeliverEvent(DeviceIntPtr dev, xEvent *xE, int count, argument 2823 if (XaceHook(XACE_SEND_ACCESS, NULL, dev, win, xE, count) == Success) { 2824 filter = GetEventFilter(dev, xE); 2698 FixUpEventFromWindow(SpritePtr pSprite,xEvent * xE,WindowPtr pWin,Window child,Bool calcChild) argument 2836 xEvent *xE = NULL; local in function:DeliverOneEvent 2951 DeliverEvents(WindowPtr pWin,xEvent * xE,int count,WindowPtr otherParent) argument 3837 xEvent *xE = NULL; local in function:ActivatePassiveGrab 4263 xEvent *core = NULL, *xE = NULL, *xi2 = NULL; local in function:DeliverFocusedEvent 4346 xEvent *xE = NULL; local in function:DeliverOneGrabbedEvent [all...] |
| H A D | colormap.c | 458 xEvent xE = { local in function:TellNoMap 464 xE.u.u.type = ColormapNotify; 468 DeliverEvents(pwin, &xE, 1, (WindowPtr) NULL); 490 xEvent xE = { local in function:TellLostMap 496 xE.u.u.type = ColormapNotify; 497 DeliverEvents(pwin, &xE, 1, (WindowPtr) NULL); 515 xEvent xE = { local in function:TellGainedMap 521 xE.u.u.type = ColormapNotify; 522 DeliverEvents(pwin, &xE, 1, (WindowPtr) NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 195 #define XE_KBPTR (xE->u.keyButtonPointer) 2208 * @param xE Event to be modified in place 2216 xEvent *xE, 2224 if (XI2_EVENT(xE)) 2226 xXIDeviceEvent* event = (xXIDeviceEvent*)xE; 2370 xEvent *xE = NULL; local in function:DeliverDeviceEvents 2402 rc = EventToXI(event, &xE, &count); 2404 if (XaceHook(XACE_SEND_ACCESS, NULL, dev, pWin, xE, count) == Success) { 2405 filter = GetEventFilter(dev, xE); 2406 FixUpEventFromWindow(pSprite, xE, pWi 2214 FixUpEventFromWindow(SpritePtr pSprite,xEvent * xE,WindowPtr pWin,Window child,Bool calcChild) argument 2470 DeliverEvents(WindowPtr pWin,xEvent * xE,int count,WindowPtr otherParent) argument 3436 xEvent *xE = NULL; local in function:CheckPassiveGrabsOnWindow 3650 xEvent *xE = NULL, *xi2 = NULL; local in function:DeliverFocusedEvent [all...] |
| H A D | colormap.c | 492 xEvent xE; local in function:TellNoMap 497 xE.u.u.type = ColormapNotify; 498 xE.u.colormap.window = pwin->drawable.id; 499 xE.u.colormap.colormap = None; 500 xE.u.colormap.new = TRUE; 501 xE.u.colormap.state = ColormapUninstalled; 505 DeliverEvents(pwin, &xE, 1, (WindowPtr)NULL); 520 xEvent xE; local in function:TellLostMap 529 xE.u.u.type = ColormapNotify; 530 xE 545 xEvent xE; local in function:TellGainedMap [all...] |
| H A D | window.c | 1004 xEvent xE; local in function:ChangeWindowAttributes 1335 xE.u.u.type = ColormapNotify; 1336 xE.u.colormap.window = pWin->drawable.id; 1337 xE.u.colormap.colormap = cmap; 1338 xE.u.colormap.new = xTrue; 1339 xE.u.colormap.state = IsMapInstalled(cmap, pWin); 1340 DeliverEvents(pWin, &xE, 1, NullWindow);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | usb-keyboard.c | 326 if (kbdLinuxModIgnore(priv, &xE, keySym)) return; 327 if (kbdLinuxKeyDown(priv, &xE)) xE.u.u.type = KeyRelease; 328 else xE.u.u.type = KeyPress;
|
| H A D | dmxevents.c | 289 xEvent xE[2 * DMX_MAX_AXES/6]; local in function:dmxExtMotion 290 deviceKeyButtonPointer *xev = (deviceKeyButtonPointer *)xE; 300 memset(xE, 0, sizeof(xE)); 668 xEvent xE; local in function:dmxEnqueue 684 xE.u.u.detail = dmxFixup(pDev, detail, keySym);
|
| H A D | lnx-keyboard.c | 692 if (kbdLinuxModIgnore(priv, &xE, keySym)) return; 693 if (kbdLinuxKeyDown(priv, &xE)) xE.u.u.type = KeyRelease; 694 else xE.u.u.type = KeyPress;
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | hash.h | 133 return (score_t)39 + ((0x1CA10 >> (distance_short_code & 0xE)) & 0xE);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | exevents.c | 135 XIGetDevice(xEvent* xE) argument 139 if (xE->u.u.type == DeviceButtonPress || 140 xE->u.u.type == DeviceButtonRelease || 141 xE->u.u.type == DeviceMotionNotify || 142 xE->u.u.type == ProximityIn || 143 xE->u.u.type == ProximityOut || 144 xE->u.u.type == DevicePropertyNotify) 149 id = ((deviceKeyButtonPointer*)xE)->deviceid & ~MORE_EVENTS; 1983 deviceKeyButtonPointer * xE, GrabPtr grab, 1988 dixLookupDevice(&dev, xE 1982 CheckDeviceGrabAndHintWindow(WindowPtr pWin,int type,deviceKeyButtonPointer * xE,GrabPtr grab,ClientPtr client,Mask deliveryMask) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | msm_kgsl.h | 323 #define KGSL_PROP_PWRCTRL 0xE 413 #define KGSL_PERFCOUNTER_GROUP_VBIF_PWR 0xE
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_shader.h | 201 # define NV40_FP_OP_INPUT_SRC_FACING 0xE
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_shader.h | 201 # define NV40_FP_OP_INPUT_SRC_FACING 0xE
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exevents.c | 220 XIGetDevice(xEvent *xE) argument 224 if (xE->u.u.type == DeviceButtonPress || 225 xE->u.u.type == DeviceButtonRelease || 226 xE->u.u.type == DeviceMotionNotify || 227 xE->u.u.type == ProximityIn || 228 xE->u.u.type == ProximityOut || xE->u.u.type == DevicePropertyNotify) { 232 id = ((deviceKeyButtonPointer *) xE)->deviceid & ~MORE_EVENTS; 3149 deviceKeyButtonPointer *xE, GrabPtr grab, 3154 dixLookupDevice(&dev, xE 3148 CheckDeviceGrabAndHintWindow(WindowPtr pWin,int type,deviceKeyButtonPointer * xE,GrabPtr grab,ClientPtr client,Mask deliveryMask) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_reg.h | 623 #define MT_32BIT_x8L24 (0xE<<3)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_reg.h | 623 #define MT_32BIT_x8L24 (0xE<<3)
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | input.h | 541 xEvent *xE,
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smilynx_hw.c | 106 mode->CR90[0xE] &= ~0x7; 139 VGAOUT8_INDEX(pSmi, vgaCRIndex, vgaCRData, 0x9E, mode->CR90[0xE]); 620 " x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF"); 629 " x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF"); 640 " x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF"); 649 " x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF");
|