Searched refs:restBytes (Results 1 – 2 of 2) sorted by relevance
515 int restBytes; in WriteAuPayloadLengthInfo() local525 restBytes = (AuLengthBits) >> 3; in WriteAuPayloadLengthInfo()526 FDKwriteBits( hBitStream, restBytes, 8 ); in WriteAuPayloadLengthInfo()
62 byte[] restBytes = new byte[] { 0, 0, 0 }; in testStreamPosition()63 is.read(restBytes); in testStreamPosition()64 assertEquals(restBytes[0], 1); in testStreamPosition()65 assertEquals(restBytes[1], 2); in testStreamPosition()66 assertEquals(restBytes[2], 3); in testStreamPosition()