Searched refs:lastByteInput (Results 1 – 1 of 1) sorted by relevance
338 int lastByteInput = value & ((1 << remainingBitsToRead) - 1); in putInt() local340 (byte) (data[currentByteIndex] | (lastByteInput << lastByteRightPaddingSize)); in putInt()