Searched defs:recordOctets (Results 1 – 1 of 1) sorted by relevance
308 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local334 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local361 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local400 int recordOctets = encodedBody.length + 1; // add 1 byte for encoding and pad bits in encodeBody() local