Home | History | Annotate | Download | only in Xv

Lines Matching refs:xv

24 /* $XFree86: xc/lib/Xv/Xvlibint.h,v 1.5 2001/07/25 15:04:53 dawes Exp $ */
31 ** Xvlibint.h --- Xv library internal header file
58 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
60 req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\
63 req->length = (SIZEOF(xv##name##Req))>>2;\
64 dpy->bufptr += SIZEOF(xv##name##Req);\
70 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
72 req = (xv/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
75 req->length = (SIZEOF(xv/**/name/**/Req))>>2;\
76 dpy->bufptr += SIZEOF(xv/**/name/**/Req);\