Searched refs:firstByteInputBits (Results 1 – 1 of 1) sorted by relevance
326 int firstByteInputBits = value >>> (numBits - firstByteReadSize); in putInt() local328 (byte) (data[byteOffset] | (firstByteInputBits << firstByteRightPaddingSize)); in putInt()