HomeSort by relevance Sort by last modified time
    Searched refs:bufmax (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xvlibint.h 53 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
65 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 100 char *bufmax; /* Output buffer maximum+1 address. */ member in struct:_XDisplay
430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
441 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
456 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\
466 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax)\
485 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
496 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
513 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
523 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
596 if (dpy->bufptr + (len) <= dpy->bufmax) {\
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 435 if ((dpy->bufptr + SIZEOF(x##oldname##Req)) > dpy->bufmax)\
446 if ((dpy->bufptr + SIZEOF(x/**/oldname/**/Req)) > dpy->bufmax)\
    [all...]

Completed in 131 milliseconds