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

/xsrc/external/mit/libX11/dist/src/
H A DXxcbint.h16 #define XLIB_SEQUENCE_COMPARE(a,op,b) (((int64_t) (a) - (int64_t) (b)) op 0) macro
H A Dxcb_io.c155 if (XLIB_SEQUENCE_COMPARE(dpy->xcb->pending_requests_tail->sequence,
188 else if (XLIB_SEQUENCE_COMPARE(req->sequence, >=,
272 if(!req || XLIB_SEQUENCE_COMPARE(event_sequence, <, req->sequence)
276 if (XLIB_SEQUENCE_COMPARE(event_sequence, >, request))
372 if(XLIB_SEQUENCE_COMPARE(req->sequence, >, request))
729 if(XLIB_SEQUENCE_COMPARE(req->sequence, >, dpy_request)) {

Completed in 3 milliseconds