Searched defs:bufEnd (Results 1 - 16 of 16) sorted by relevance

/external/deqp/executor/
H A DxeContainerFormatParser.cpp217 bool bufEnd = bufChar == 0 || bufChar == ' ' || bufChar == '\r' || bufChar == '\n' || bufChar == (int)END_OF_BUFFER; local
221 if (bufEnd || elemEnd)
223 isMatch = bufEnd == elemEnd;
/external/lz4/programs/
H A Dutil.h282 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) argument
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) argument
373 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
376 if (*bufStart + *pos + pathLength >= *bufEnd) {
403 UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) argument
[all...]
/external/mesa3d/src/glx/
H A Dglxclient.h276 GLubyte *bufEnd; member in struct:glx_context
/external/expat/lib/
H A Dxmlparse.c267 char *bufEnd; /* end of the buffer */ member in struct:tag
2499 if (bufSize > tag->bufEnd - tag->buf) {
2515 tag->bufEnd = temp + bufSize;
2827 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2846 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2852 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2858 tag->bufEnd = temp + bufSize;
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c187 char *bufEnd; /* end of the buffer */ member in struct:tag
2087 if (bufSize > tag->bufEnd - tag->buf) {
2103 tag->bufEnd = temp + bufSize;
2415 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2434 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2440 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2446 tag->bufEnd = temp + bufSize;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c187 char *bufEnd; /* end of the buffer */ member in struct:tag
2087 if (bufSize > tag->bufEnd - tag->buf) {
2103 tag->bufEnd = temp + bufSize;
2415 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2434 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2440 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2446 tag->bufEnd = temp + bufSize;
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 670 milliseconds