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

  /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...]

Completed in 378 milliseconds