HomeSort by relevance Sort by last modified time
    Searched refs:bufEnd (Results 1 - 15 of 15) sorted by null

  /external/lz4/programs/
util.h 390 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd)
426 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
430 if (*bufStart + *pos + pathLength >= *bufEnd) {
431 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE;
433 *bufEnd = *bufStart + newListSize;
436 if (*bufStart + *pos + pathLength < *bufEnd) {
437 strncpy(*bufStart + *pos, path, *bufEnd - (*bufStart + *pos));
454 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd)
481 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
484 if (*bufStart + *pos + pathLength >= *bufEnd) {
531 char* bufend = buf + LIST_SIZE_INCREASE; local
    [all...]
  /external/deqp/executor/
xeContainerFormatParser.cpp 217 bool bufEnd = bufChar == 0 || bufChar == ' ' || bufChar == '\r' || bufChar == '\n' || bufChar == (int)END_OF_BUFFER;
221 if (bufEnd || elemEnd)
223 isMatch = bufEnd == elemEnd;
  /external/mesa3d/src/glx/
packrender.h 77 if (pc + (size) > gc->bufEnd) { \
89 if (pc + (size) > gc->bufEnd) { \
107 if (pc + (size) > gc->bufEnd) { \
indirect_vertex_array.c 549 if ((pc + single_vertex_size) >= gc->bufEnd) {
556 if ((pc + 4) >= gc->bufEnd) {
667 if ((gc->pc + command_size) >= gc->bufEnd) {
724 assert(pc <= gc->bufEnd);
775 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
789 if ((pc + single_vertex_size) >= gc->bufEnd) {
807 if ((pc + 4) >= gc->bufEnd) {
897 assert(pc <= gc->bufEnd);
1013 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
    [all...]
glxclient.h 276 GLubyte *bufEnd;
indirect_glx.c 407 gc->bufEnd = gc->buf + bufSize;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 185 char *bufEnd; /* end of the buffer */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 185 char *bufEnd; /* end of the buffer */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 187 char *bufEnd; /* end of the buffer */
    [all...]
  /external/expat/lib/
xmlparse.c 270 char *bufEnd; /* end of the buffer */
    [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c 270 char *bufEnd; /* end of the buffer */
    [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c 270 char *bufEnd; /* end of the buffer */
    [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 1087 milliseconds