Searched refs:bufEnd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/zstd/programs/ |
| H A D | util.c | 508 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument 551 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList() 555 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList() 557 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList() 573 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument 612 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList() 613 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() 616 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList() 619 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList() 641 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 1002 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate() argument 1004 adjustSplitStackFunctionPrologues<ELFT>(buf, bufEnd); in relocate() 1007 relocateAlloc(buf, bufEnd); in relocate() 1020 void InputSectionBase::relocateAlloc(uint8_t *buf, uint8_t *bufEnd) { in relocateAlloc() argument 1100 if ((bufLoc + 8 > bufEnd || read32(bufLoc + 4) != 0x60000000) && in relocateAlloc() 1270 uint8_t *bufEnd = buf + outSecOff + size; in writeTo() local 1271 relocate<ELFT>(buf + outSecOff, bufEnd); in writeTo() 1278 uint8_t *bufEnd = buf + outSecOff + data().size(); in writeTo() local 1279 relocate<ELFT>(buf + outSecOff, bufEnd); in writeTo()
|
| H A D | InputSection.h | 208 template <class ELFT> void relocate(uint8_t *buf, uint8_t *bufEnd); 209 void relocateAlloc(uint8_t *buf, uint8_t *bufEnd);
|
| /freebsd-13.1/contrib/expat/lib/ |
| H A D | xmlparse.c | 290 char *bufEnd; /* end of the buffer */ member 2583 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames() 2599 tag->bufEnd = temp + bufSize; in storeRawNames() 2912 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE; in doContent() 2931 (ICHAR *)tag->bufEnd - 1); in doContent() 2938 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent() 2944 tag->bufEnd = temp + bufSize; in doContent()
|