Searched defs:bufferEnd (Results 1 – 5 of 5) sorted by relevance
496 final int bufferEnd = bufferSize; in recomputeBufferSizeAfterLimit() local
553 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
1198 final int bufferEnd = limit - startPos; in recomputeBufferSizeAfterLimit() local1988 final int bufferEnd = (int) (limit - startPos); in recomputeBufferSizeAfterLimit() local2678 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local3747 final int bufferEnd = totalBufferSize - startOffset; in recomputeBufferSizeAfterLimit() local
69 const T *bufferEnd, in CheckSpaceLeftInBuffer()
1251 char* bufferEnd = (buffer + 1); in test() local