Lines Matching refs:nbytes
978 const uint32_t nbytes = packet.GetByteSize() - offset; in DumpPacket() local
980 if (nbytes > 0) in DumpPacket()
988 nbytes / m_addr_byte_size, // Number of items in DumpPacket()
1083 const uint32_t nbytes = packet.GetByteSize() - offset; in DumpPacket() local
1085 address, nbytes); in DumpPacket()
1086 if (nbytes > 0) in DumpPacket()
1093 nbytes, // Number of items in DumpPacket()
1103 const uint16_t nbytes = packet.GetU16(&offset); in DumpPacket() local
1105 nbytes); in DumpPacket()
1111 const uint16_t nbytes = packet.GetU16(&offset); in DumpPacket() local
1113 address, nbytes); in DumpPacket()
1114 if (nbytes > 0) in DumpPacket()
1121 nbytes, // Number of items in DumpPacket()