Searched refs:recordOctets (Results 1 – 1 of 1) sorted by relevance
308 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local309 int padBits = (recordOctets * 8) - recordBits; in encodeBody()312 recordOctets++; // add 8 bits for num_fields in encodeBody()315 bos.write(8, recordOctets); in encodeBody()334 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local335 int padBits = (recordOctets * 8) - recordBits; in encodeBody()338 recordOctets++; // add 8 bits for num_fields in encodeBody()340 recordOctets++; // add 8 bits for DCS (message type) in encodeBody()344 bos.write(8, recordOctets); in encodeBody()361 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local[all …]