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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 100 char *bufmax; /* Output buffer maximum+1 address. */ member in struct:_XDisplay
444 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
455 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
470 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\
480 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax)\
499 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
510 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
527 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
537 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
610 if (dpy->bufptr + (len) <= dpy->bufmax) {\
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 100 char *bufmax; /* Output buffer maximum+1 address. */ member in struct:_XDisplay
444 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
455 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
470 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\
480 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax)\
499 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
510 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
527 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
537 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
610 if (dpy->bufptr + (len) <= dpy->bufmax) {\
    [all...]

Completed in 106 milliseconds