Home | History | Annotate | Download | only in libiberty

Lines Matching refs:MAX_BUF_SIZE

2007    MSC and drop MAX_BUF_SIZE a bit.  Otherwise you may end up
2015 # define MAX_BUF_SIZE 65500L
2018 # define MAX_BUF_SIZE (1L << 16)
2025 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2053 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2056 if (bufp->allocated > MAX_BUF_SIZE) \
2057 bufp->allocated = MAX_BUF_SIZE; \
2086 if (bufp->allocated == MAX_BUF_SIZE) \
2089 if (bufp->allocated > MAX_BUF_SIZE) \
2090 bufp->allocated = MAX_BUF_SIZE; \
2126 be able to hold values from -(MAX_BUF_SIZE - 1) to MAX_BUF_SIZE - 1. */