Home
last modified time | relevance | path

Searched refs:restBytes (Results 1 – 2 of 2) sorted by relevance

/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp515 int restBytes; in WriteAuPayloadLengthInfo() local
525 restBytes = (AuLengthBits) >> 3; in WriteAuPayloadLengthInfo()
526 FDKwriteBits( hBitStream, restBytes, 8 ); in WriteAuPayloadLengthInfo()
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
DX500PrincipalTest.java62 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()