Searched refs:firstByteRightPaddingSize (Results 1 – 1 of 1) sorted by relevance
323 int firstByteRightPaddingSize = 8 - bitOffset - firstByteReadSize; in putInt() local324 int firstByteBitmask = (0xFF00 >> bitOffset) | ((1 << firstByteRightPaddingSize) - 1); in putInt()328 (byte) (data[byteOffset] | (firstByteInputBits << firstByteRightPaddingSize)); in putInt()