Home
last modified time | relevance | path

Searched refs:bufEnd (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/zstd/programs/
H A Dutil.c578 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument
621 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList()
625 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()
627 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList()
643 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument
682 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList()
683 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList()
686 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()
689 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList()
711 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument
[all …]
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1046 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate() argument
1048 adjustSplitStackFunctionPrologues<ELFT>(buf, bufEnd); in relocate()
1196 uint8_t *bufEnd = buf + size; in writeTo() local
1197 relocate<ELFT>(buf, bufEnd); in writeTo()
H A DInputSection.h224 template <class ELFT> void relocate(uint8_t *buf, uint8_t *bufEnd);
/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c314 char *bufEnd; /* end of the buffer */ member
2783 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames()
2799 tag->bufEnd = temp + bufSize; in storeRawNames()
3118 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE; in doContent()
3137 (ICHAR *)tag->bufEnd - 1); in doContent()
3144 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent()
3150 tag->bufEnd = temp + bufSize; in doContent()