Searched refs:preamble (Results 1 – 14 of 14) sorted by relevance
34 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() argument36 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset]; in HciGetPacketLengthForType()37 return (((preamble[offset + 1]) << 8) | preamble[offset]); in HciGetPacketLengthForType()
35 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() argument37 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset]; in HciGetPacketLengthForType()38 return (((preamble[offset + 1]) << 8) | preamble[offset]); in HciGetPacketLengthForType()
305 preamble = []325 if preamble:328 lastline = preamble[-1]331 preamble[-1] = lastline[:-len(eolmo.group(0))]332 self._cur.preamble = EMPTYSTRING.join(preamble)385 preamble.append(line)392 self._cur.set_payload(EMPTYSTRING.join(preamble))
214 if msg.preamble is not None:215 print >> self._fp, msg.preamble
113 self.preamble = self.epilogue = None
55 eq(msg.preamble, None)
1126 outer.preamble = ''1172 outer.preamble = ''1199 outer.preamble = None1704 msg.preamble = 'MIME message'1722 msg.preamble = 'MIME message'1906 eq(msg.preamble, None)1994 eq(msg.preamble, 'This is a MIME-encapsulated message.\n')
1197 outer.preamble = ''1243 outer.preamble = ''1270 outer.preamble = None1791 msg.preamble = 'MIME message'1809 msg.preamble = 'MIME message'1996 eq(msg.preamble, None)2084 eq(msg.preamble, 'This is a MIME-encapsulated message.\n')
141 bool preamble; member393 if (state->tx.preamble) { in stmI2cSlaveTxNextByte()1065 state->tx.preamble = false; in i2cSlaveTx()1068 state->tx.preamble = true; in i2cSlaveTx()
435 rttParams[i].preamble); in createSetupRequest()
114 #253. (MR21) Generation of block preamble (-preamble and -preamble_first)116 The antlr option -preamble causes antlr to insert the code
29 #253. Generation of block preamble (-preamble and -preamble_first)31 The antlr option -preamble causes antlr to insert the code
678 #263. (Changed in MR23) -preamble and -preamble_first rescinded783 #253. (MR21) Generation of block preamble (-preamble and -preamble_first)787 The antlr option -preamble causes antlr to insert the code