Searched refs:nEvents (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DGetMoEv.c39 int *nEvents) /* RETURN */
56 if (rep.nEvents && (rep.nEvents < (INT_MAX / sizeof(XTimeCoord))))
57 tc = Xmallocarray(rep.nEvents, sizeof(XTimeCoord));
60 *nEvents = 0;
69 *nEvents = (int) rep.nEvents;
70 for (i = rep.nEvents, tcptr = tc; i > 0; i--, tcptr++) {
34 XGetMotionEvents(register Display * dpy,Window w,Time start,Time stop,int * nEvents) argument
/xsrc/external/mit/libXi/dist/src/
H A DXGMotion.c70 int *nEvents,
96 *nEvents = 0;
102 *nEvents = rep.nEvents;
103 if (!rep.nEvents) {
116 if (rep.nEvents <
118 rep.nEvents * (rep.axes + 1) <= rep.length) {
119 size_t bsize = rep.nEvents *
127 *nEvents = 0;
136 data = (int *)(tc + rep.nEvents);
65 XGetDeviceMotionEvents(register Display * dpy,XDevice * dev,Time start,Time stop,int * nEvents,int * mode,int * axis_count) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dgtmotion.c97 unsigned long nEvents; local in function:ProcXGetDeviceMotionEvents
118 rep.nEvents = 0;
134 rep.nEvents = GetMotionHistory(dev, (xTimecoord **) &coords,/* XXX */
138 if (rep.nEvents > 0) {
139 length = bytes_to_int32(rep.nEvents * size);
142 nEvents = rep.nEvents;
144 if (nEvents) {
149 for (i = 0; i < nEvents * (axes + 1); i++) {
175 swapl(&rep->nEvents,
[all...]
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dgtmotion.c95 unsigned long nEvents; local in function:ProcXGetDeviceMotionEvents
118 .nEvents = 0,
134 rep.nEvents = GetMotionHistory(dev, (xTimecoord **) &coords, /* XXX */
138 if (rep.nEvents > 0) {
139 length = bytes_to_int32(rep.nEvents * size);
142 nEvents = rep.nEvents;
144 if (nEvents) {
147 for (i = 0; i < nEvents * (axes + 1); i++) {
171 swapl(&rep->nEvents);
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c1797 int key, nEvents, i;
1808 nEvents = GetKeyboardEvents(kdEvents, ki->dixdev, KeyRelease, key);
1809 for (i = 0; i < nEvents; i++)
1846 int type, nEvents, i; local in function:KdEnqueueKeyboardEvent
1868 nEvents = GetKeyboardEvents(kdEvents, ki->dixdev, type, key_code);
1869 for (i = 0; i < nEvents; i++)
1969 int nEvents = 0, i = 0; local in function:_KdEnqueuePointerEvent
1980 nEvents = GetPointerEvents(kdEvents, pi->dixdev, type, b, absrel, &mask);
1981 for (i = 0; i < nEvents; i++)
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddevices.c2282 unsigned long nEvents; local in function:ProcGetMotionEvents
2299 nEvents = 0;
2321 coords[nEvents].time = coords[i].time;
2322 coords[nEvents].x = coords[i].x - pWin->drawable.x;
2323 coords[nEvents].y = coords[i].y - pWin->drawable.y;
2324 nEvents++;
2327 rep.length = nEvents * bytes_to_int32(sizeof(xTimecoord));
2328 rep.nEvents = nEvents;
2330 if (nEvents)
[all...]
H A Dswaprep.c351 swapl(&pRep->nEvents, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c2450 unsigned long nEvents; local in function:ProcGetMotionEvents
2471 nEvents = 0;
2491 coords[nEvents].time = coords[i].time;
2492 coords[nEvents].x = coords[i].x - pWin->drawable.x;
2493 coords[nEvents].y = coords[i].y - pWin->drawable.y;
2494 nEvents++;
2497 rep.length = nEvents * bytes_to_int32(sizeof(xTimecoord));
2498 rep.nEvents = nEvents;
2500 if (nEvents) {
[all...]
H A Dswaprep.c319 swapl(&pRep->nEvents);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c917 XkbFilterEvents(ClientPtr client,int nEvents,xEvent *xE) argument
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXIproto.h482 CARD32 nEvents; member in struct:__anonacf995021208
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbEvents.c896 XkbFilterEvents(ClientPtr client, int nEvents, xEvent *xE) argument
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h594 CARD32 nEvents;
592 CARD32 nEvents; member in struct:__anone2852e7a1a08

Completed in 27 milliseconds