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

1 2

  /external/lz4/programs/
util.h 282 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd)
318 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
322 if (*bufStart + *pos + pathLength >= *bufEnd) {
323 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE;
325 *bufEnd = *bufStart + newListSize;
328 if (*bufStart + *pos + pathLength < *bufEnd) {
329 strncpy(*bufStart + *pos, path, *bufEnd - (*bufStart + *pos));
346 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd)
373 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
376 if (*bufStart + *pos + pathLength >= *bufEnd) {
423 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 405 gc->bufEnd = gc->buf + bufSize;
  /frameworks/base/core/java/android/text/
StaticLayout.java 474 public StaticLayout(CharSequence source, int bufstart, int bufend,
479 this(source, bufstart, bufend, paint, outerwidth, align,
487 public StaticLayout(CharSequence source, int bufstart, int bufend,
493 this(source, bufstart, bufend, paint, outerwidth, align,
503 public StaticLayout(CharSequence source, int bufstart, int bufend,
516 Builder b = Builder.obtain(source, bufstart, bufend, paint, outerwidth)
609 final int bufEnd = b.mEnd;
658 if (precomputed.canUseMeasuredResult(bufStart, bufEnd, textDir, paint,
669 bufEnd, false /* computeLayout */);
    [all...]
  /frameworks/minikin/libs/minikin/
WordBreaker.cpp 117 static bool isValidBreak(const uint16_t* buf, size_t bufEnd, int32_t i) {
119 if (i == icu::BreakIterator::DONE || position == bufEnd) {
140 U16_NEXT(buf, next_offset, bufEnd, next_codepoint);
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xpp3_min-1.1.4c.jar 
plexus-utils-1.5.15.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /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 267 char *bufEnd; /* end of the buffer */
    [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c 187 char *bufEnd; /* end of the buffer */
    [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c 187 char *bufEnd; /* end of the buffer */
    [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3/1.1.4c/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 

Completed in 858 milliseconds

1 2