| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbEvents.c | 896 XkbFilterEvents(ClientPtr client, int nEvents, xEvent *xE) 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[0].u.u.type == DeviceKeyRelease)) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbEvents.c | 917 XkbFilterEvents(ClientPtr client,int nEvents,xEvent *xE) 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[0].u.u.type == DeviceKeyRelease)) [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_cursor.h | 199 ulTemp |= 0xE<<28 ;\ 210 ulTemp |= 0xE<<28 ;\
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| fetch_jit.h | 78 YZW = 0xE,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| fetch_jit.h | 78 YZW = 0xE,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_perfcounter.h | 73 CB = 0xE,
|
| ac_sqtt.h | 119 RGP_SQTT_MARKER_IDENTIFIER_RESERVED5 = 0xE,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| 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, 2823 if (XaceHook(XACE_SEND_ACCESS, NULL, dev, win, xE, count) == Success) { 2824 filter = GetEventFilter(dev, xE); [all...] |
| colormap.c | 458 xEvent xE = { 464 xE.u.u.type = ColormapNotify; 468 DeliverEvents(pwin, &xE, 1, (WindowPtr) NULL); 490 xEvent xE = { 496 xE.u.u.type = ColormapNotify; 497 DeliverEvents(pwin, &xE, 1, (WindowPtr) NULL); 515 xEvent xE = { 521 xE.u.u.type = ColormapNotify; 522 DeliverEvents(pwin, &xE, 1, (WindowPtr) NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| 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; 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, pWin, child, FALSE) [all...] |
| colormap.c | 492 xEvent xE; 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; 529 xE.u.u.type = ColormapNotify; 530 xE.u.colormap.window = pwin->drawable.id [all...] |
| window.c | 1004 xEvent xE; 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/ |
| 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;
|
| dmxevents.c | 289 xEvent xE[2 * DMX_MAX_AXES/6]; 290 deviceKeyButtonPointer *xev = (deviceKeyButtonPointer *)xE; 300 memset(xE, 0, sizeof(xE)); 668 xEvent xE; 684 xE.u.u.detail = dmxFixup(pDev, detail, keySym);
|
| 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/ |
| hash.h | 133 return (score_t)39 + ((0x1CA10 >> (distance_short_code & 0xE)) & 0xE);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| exevents.c | 135 XIGetDevice(xEvent* xE) 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->deviceid & DEVICE_BITS, serverClient [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| msm_kgsl.h | 323 #define KGSL_PROP_PWRCTRL 0xE 413 #define KGSL_PERFCOUNTER_GROUP_VBIF_PWR 0xE
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nvfx_shader.h | 201 # define NV40_FP_OP_INPUT_SRC_FACING 0xE
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nvfx_shader.h | 201 # define NV40_FP_OP_INPUT_SRC_FACING 0xE
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| exevents.c | 220 XIGetDevice(xEvent *xE) 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; 3152 deviceKeyButtonPointer *xE, GrabPtr grab, 3157 dixLookupDevice(&dev, xE->deviceid & DEVICE_BITS, serverClient [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| i915_reg.h | 434 #define A0_MIN (0xe<<24) /* dst = (src0 < src1) ? src0 : src1 */ 623 #define MT_32BIT_x8L24 (0xE<<3)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| i915_reg.h | 434 #define A0_MIN (0xe<<24) /* dst = (src0 < src1) ? src0 : src1 */ 623 #define MT_32BIT_x8L24 (0xE<<3)
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| input.h | 541 xEvent *xE,
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| 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");
|