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

/xsrc/external/mit/libXTrap/dist/src/
H A DXEWrappers.c128 register CARD32 firstEvent = tc->eventBase;
134 if (firstEvent != 0 && id >= firstEvent && id <= lastEvent)
137 if (tc->eventFunc[id - firstEvent] != NULL)
139 status = (*tc->eventFunc[id - firstEvent])((XETrapDataEvent*)pevent,tc);
127 register CARD32 firstEvent = tc->eventBase; local in function:XETrapDispatchEvent

Completed in 2 milliseconds