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

/xsrc/external/mit/libXTrap/dist/src/
H A DXETrapInit.c189 register unsigned long newseq, lastseq; local in function:_XSetLastRequestRead
201 lastseq = dpy->last_request_read;
202 while (newseq < lastseq) {
/xsrc/external/mit/libFS/dist/src/
H A DFSlibInt.c448 lastseq; local in function:_FSSetLastRequestRead
452 lastseq = svr->last_request_read;
453 while (newseq < lastseq) {
/xsrc/external/mit/libX11/dist/src/
H A DXlibInt.c294 register uint64_t newseq, lastseq; local in function:_XSetLastRequestRead
296 lastseq = X_DPY_GET_LAST_REQUEST_READ(dpy);
303 return(lastseq);
305 newseq = (lastseq & ~((uint64_t)0xffff)) | rep->sequenceNumber;
307 if (newseq < lastseq) {

Completed in 6 milliseconds