Searched refs:bufferStart (Results 1 – 3 of 3) sorted by relevance
399 private int bufferStart; field in CodedInputByteBufferNano420 bufferStart = off; in CodedInputByteBufferNano()543 return bufferPos - bufferStart; in getPosition()572 int start = bufferStart + offset; in getData()581 if (position > bufferPos - bufferStart) { in rewindToPosition()583 "Position " + position + " is beyond current " + (bufferPos - bufferStart)); in rewindToPosition()588 bufferPos = bufferStart + position; in rewindToPosition()
1210 int bufferStart = sb.length();1215 if (sb.length() - bufferStart == 31216 && 'u' == (sb.charAt(bufferStart) | 32)1217 && 'r' == (sb.charAt(bufferStart + 1) | 32)1218 && 'l' == (sb.charAt(bufferStart + 2) | 32)) {1220 sb.setCharAt(bufferStart, 'u');1221 sb.setCharAt(bufferStart + 1, 'r');1222 sb.setCharAt(bufferStart + 2, 'l');1225 sb.setLength(bufferStart);
440 const BYTE* bufferStart; member1304 lz4ds->bufferStart = base; in LZ4_init()1324 int dictSize = LZ4_saveDict((LZ4_stream_t*)ctx, (char*)ctx->bufferStart, 64 KB); in LZ4_slideInputBuffer()1325 return (char*)(ctx->bufferStart + dictSize); in LZ4_slideInputBuffer()