Searched refs:recordOctets (Results 1 – 1 of 1) sorted by relevance
410 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local411 int padBits = (recordOctets * 8) - recordBits; in encodeBody()414 recordOctets++; // add 8 bits for num_fields in encodeBody()417 bos.write(8, recordOctets); in encodeBody()436 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local437 int padBits = (recordOctets * 8) - recordBits; in encodeBody()440 recordOctets++; // add 8 bits for num_fields in encodeBody()442 recordOctets++; // add 8 bits for DCS (message type) in encodeBody()446 bos.write(8, recordOctets); in encodeBody()463 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local[all …]