Searched defs:bufEnd (Results 1 – 10 of 10) sorted by relevance
/external/lz4/programs/ |
D | util.h | 392 …L_STATIC int UTIL_prepareFileList(const char* dirName, char** bufStart, size_t* pos, char** bufEnd) in UTIL_prepareFileList() 458 …L_STATIC int UTIL_prepareFileList(const char* dirName, char** bufStart, size_t* pos, char** bufEnd) in UTIL_prepareFileList() 516 …L_STATIC int UTIL_prepareFileList(const char* dirName, char** bufStart, size_t* pos, char** bufEnd) in UTIL_prepareFileList()
|
/external/fastrpc/inc/ |
D | sbuf.h | 70 uintptr_t bufEnd; //! end of valid memory member
|
/external/llvm-project/lld/ELF/ |
D | InputSection.cpp | 987 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate() 1005 void InputSectionBase::relocateAlloc(uint8_t *buf, uint8_t *bufEnd) { in relocateAlloc() 1255 uint8_t *bufEnd = buf + outSecOff + size; in writeTo() local 1263 uint8_t *bufEnd = buf + outSecOff + data().size(); in writeTo() local
|
/external/deqp/executor/ |
D | xeContainerFormatParser.cpp | 217 …bool bufEnd = bufChar == 0 || bufChar == ' ' || bufChar == '\r' || bufChar == '\n' || bufChar == … in parseContainerLine() local
|
/external/zstd/programs/ |
D | util.c | 508 char** bufEnd, int followLinks) in UTIL_prepareFileList() 573 char** bufEnd, int followLinks) in UTIL_prepareFileList() 641 char** bufEnd, int followLinks) in UTIL_prepareFileList()
|
/external/llvm-project/lld/MachO/ |
D | Writer.cpp | 667 const auto *bufEnd = reinterpret_cast<char *>(buffer->getBufferEnd()); in writeUuid() local
|
/external/mesa3d/src/glx/ |
D | glxclient.h | 276 GLubyte *bufEnd; member
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 261 char *bufEnd; /* end of the buffer */ member
|
/external/expat/lib/ |
D | xmlparse.c | 262 char *bufEnd; /* end of the buffer */ member
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 270 char *bufEnd; /* end of the buffer */ member
|