Searched refs:firstByteReadSize (Results 1 – 1 of 1) sorted by relevance
322 int firstByteReadSize = Math.min(8 - bitOffset, numBits); in putInt() local323 int firstByteRightPaddingSize = 8 - bitOffset - firstByteReadSize; in putInt()326 int firstByteInputBits = value >>> (numBits - firstByteReadSize); in putInt()329 remainingBitsToRead -= firstByteReadSize; in putInt()