Searched refs:xE (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c917 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 DxkbEvents.c896 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 Dxgi_cursor.h199 ulTemp |= 0xE<<28 ;\
210 ulTemp |= 0xE<<28 ;\
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.h78 YZW = 0xE,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.h78 YZW = 0xE,
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_perfcounter.h73 CB = 0xE,
H A Dac_sqtt.h119 RGP_SQTT_MARKER_IDENTIFIER_RESERVED5 = 0xE,
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c201 #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 Dcolormap.c458 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 Devents.c195 #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 Dcolormap.c492 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 Dwindow.c1004 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 Dusb-keyboard.c326 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 Ddmxevents.c289 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 Dlnx-keyboard.c692 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 Dhash.h133 return (score_t)39 + ((0x1CA10 >> (distance_short_code & 0xE)) & 0xE);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c135 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 Dmsm_kgsl.h323 #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 Dnvfx_shader.h201 # define NV40_FP_OP_INPUT_SRC_FACING 0xE
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_shader.h201 # define NV40_FP_OP_INPUT_SRC_FACING 0xE
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c220 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 Di915_reg.h623 #define MT_32BIT_x8L24 (0xE<<3)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_reg.h623 #define MT_32BIT_x8L24 (0xE<<3)
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dinput.h541 xEvent *xE,
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmilynx_hw.c106 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");

Completed in 51 milliseconds

123