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

  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xvlibint.h 58 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
70 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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.15/src/video/x11/
SDL_x11dyn.c 119 if (dpy->bufptr + len > dpy->bufmax)
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
XF86VMode.c 438 if ((dpy->bufptr + SIZEOF(x##oldname##Req)) > dpy->bufmax)\
449 if ((dpy->bufptr + SIZEOF(x/**/oldname/**/Req)) > dpy->bufmax)\
    [all...]

Completed in 372 milliseconds