Searched refs:bufEnd (Results 1 - 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dsampletableatom.cpp2632 uint32 bufEnd = _fileSize; local
2639 AtomUtils::getCurrentByteRange(_pinput, bufStart, bufEnd);
2641 // bufEnd is the offset of the last byte
2643 bufEnd++;
2646 if (((uint32)sampleFileOffset < bufStart) || ((sigmaSampleSize + sampleFileOffset) > bufEnd))
/external/expat/lib/
H A Dxmlparse.c185 char *bufEnd; /* end of the buffer */ member in struct:tag
1990 if (bufSize > tag->bufEnd - tag->buf) {
2006 tag->bufEnd = temp + bufSize;
2318 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2337 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2343 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2349 tag->bufEnd = temp + bufSize;

Completed in 37 milliseconds