Searched refs:bufEnd (Results 1 - 15 of 15) 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/mesa3d/src/glx/
H A Dpackrender.h77 if (pc + (size) > gc->bufEnd) { \
89 if (pc + (size) > gc->bufEnd) { \
107 if (pc + (size) > gc->bufEnd) { \
H A Dindirect_vertex_array.c512 if ((pc + single_vertex_size) >= gc->bufEnd) {
519 if ((pc + 4) >= gc->bufEnd) {
630 if ((gc->pc + command_size) >= gc->bufEnd) {
687 assert(pc <= gc->bufEnd);
738 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
752 if ((pc + single_vertex_size) >= gc->bufEnd) {
770 if ((pc + 4) >= gc->bufEnd) {
860 assert(pc <= gc->bufEnd);
976 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
H A Dglxclient.h255 GLubyte *bufEnd; member in struct:glx_context
H A Dindirect_glx.c408 gc->bufEnd = gc->buf + bufSize;
/external/expat/lib/
H A Dxmlparse.c187 char *bufEnd; /* end of the buffer */ member in struct:tag
2084 if (bufSize > tag->bufEnd - tag->buf) {
2100 tag->bufEnd = temp + bufSize;
2412 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2431 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2437 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2443 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/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 2807 milliseconds