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