Searched refs:startByte (Results 1 – 2 of 2) sorted by relevance
69 final int startByte = start.get(diffIndex) & 0xff;71 if (startByte >= limitByte) {76 assert(startByte < limitByte);78 if (diffIndex < limit.remaining() - 1 || startByte + 1 < limitByte) {
64 final int startByte = start.get(diffIndex) & 0xff; in findShortestSeparator() local66 if (startByte > limitByte && diffIndex < start.remaining() - 1) { in findShortestSeparator()