Searched refs:newBitOffset (Results 1 – 1 of 1) sorted by relevance
108 int newBitOffset = bitOffset + numBits - (numBytes * 8); in canReadBits() local109 if (newBitOffset > 7) { in canReadBits()111 newBitOffset -= 8; in canReadBits()120 return newByteOffset < byteLimit || (newByteOffset == byteLimit && newBitOffset == 0); in canReadBits()