Searched refs:lastByte (Results 1 – 10 of 10) sorted by relevance
163 void iNotSync(const uint8_t lastByte); // not synced yet164 void iPktNoPayload(const uint8_t lastByte); // process a single byte packet165 void iPktReserved(const uint8_t lastByte); // deal with reserved header value166 void iPktExtension(const uint8_t lastByte);167 void iPktASync(const uint8_t lastByte);168 void iPktTraceInfo(const uint8_t lastByte);169 void iPktTimestamp(const uint8_t lastByte);170 void iPktException(const uint8_t lastByte);171 void iPktCycleCntF123(const uint8_t lastByte);172 void iPktSpeclRes(const uint8_t lastByte);[all …]
265 void TrcPktProcEtmV4I::iNotSync(const uint8_t lastByte) in iNotSync() argument268 if (lastByte == 0x00) // TBD : add check for forced sync in here? in iNotSync()280 m_pIPktFn = m_i_table[lastByte].pptkFn; in iNotSync()291 void TrcPktProcEtmV4I::iPktNoPayload(const uint8_t lastByte) in iPktNoPayload() argument298 m_curr_packet.setAddressExactMatch(lastByte & 0x3); in iPktNoPayload()302 m_curr_packet.setEvent(lastByte & 0xF); in iPktNoPayload()307 m_curr_packet.setDataSyncMarker(lastByte & 0x7); in iPktNoPayload()323 void TrcPktProcEtmV4I::iPktReserved(const uint8_t lastByte) in iPktReserved() argument325 m_curr_packet.updateErrType(ETM4_PKT_I_RESERVED, lastByte); // swap type for err type in iPktReserved()329 void TrcPktProcEtmV4I::iPktInvalidCfg(const uint8_t lastByte) in iPktInvalidCfg() argument[all …]
287 { BYTE const lastByte = ((const BYTE*)srcBuffer)[srcSize-1]; in BIT_initDStream() local288 …bitD->bitsConsumed = lastByte ? 8 - BIT_highbit32(lastByte) : 0; /* ensures bitsConsumed is alway… in BIT_initDStream()289 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ } in BIT_initDStream()315 { BYTE const lastByte = ((const BYTE*)srcBuffer)[srcSize-1]; in BIT_initDStream() local316 bitD->bitsConsumed = lastByte ? 8 - BIT_highbit32(lastByte) : 0; in BIT_initDStream()317 if (lastByte == 0) return ERROR(corruption_detected); /* endMark not present */ in BIT_initDStream()
46 unsigned char lastByte = data[databitlen/8]; in Keccak_HashUpdate() local49 …unsigned short delimitedLastBytes = (unsigned short)((unsigned short)lastByte | ((unsigned short)i… in Keccak_HashUpdate()
386 int lastByte = 0;396 lastByte = b;397 } else if (b == lastByte) {399 } else if (b < lastByte || b == 0xFF) {402 lastByte = b; // increasing CCC, ok
120 const Byte lastByte = packet->data[packet->length - 1];150 if (lastByte == MIDIMessageSysExEnd) {
694 private byte lastByte = 0; field in DnsNameResolverTest699 list.add(InetAddress.getByAddress(new byte[] {127, 0, 0, ++lastByte})); in createAddressList()
569 { BYTE const lastByte = ((const BYTE*)srcBuffer)[srcSize-1]; in BITv07_initDStream() local570 bitD->bitsConsumed = lastByte ? 8 - BITv07_highbit32(lastByte) : 0; in BITv07_initDStream()571 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ } in BITv07_initDStream()586 { BYTE const lastByte = ((const BYTE*)srcBuffer)[srcSize-1]; in BITv07_initDStream() local587 bitD->bitsConsumed = lastByte ? 8 - BITv07_highbit32(lastByte) : 0; in BITv07_initDStream()588 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ } in BITv07_initDStream()
901 { BYTE const lastByte = ((const BYTE*)srcBuffer)[srcSize-1]; in BITv06_initDStream() local902 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ in BITv06_initDStream()903 bitD->bitsConsumed = 8 - BITv06_highbit32(lastByte); } in BITv06_initDStream()918 { BYTE const lastByte = ((const BYTE*)srcBuffer)[srcSize-1]; in BITv06_initDStream() local919 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ in BITv06_initDStream()920 bitD->bitsConsumed = 8 - BITv06_highbit32(lastByte); } in BITv06_initDStream()
864 deUint32 lastByte = 0u; in getPushConstantRanges() local871 …lastByte = deMaxu32(lastByte, m_pushConstantRange[rangeNdx].range.offset + m_pushConstantRange[ran… in getPushConstantRanges()881 lastByte - firstByte // deUint32 size in getPushConstantRanges()