Lines Matching defs:nbytes
978 const uint32_t nbytes = packet.GetByteSize() - offset;
980 if (nbytes > 0)
988 nbytes / m_addr_byte_size, // Number of items
1083 const uint32_t nbytes = packet.GetByteSize() - offset;
1084 s.Printf(" (address=0x%8.8x, lcpu=0x%4.4x, nbytes=0x%8.8x)", lcpu,
1085 address, nbytes);
1086 if (nbytes > 0)
1093 nbytes, // Number of items
1103 const uint16_t nbytes = packet.GetU16(&offset);
1104 s.Printf(" (lcpu=0x%4.4x, address=0x%4.4x, nbytes=%u)", lcpu, address,
1105 nbytes);
1111 const uint16_t nbytes = packet.GetU16(&offset);
1112 s.Printf(" (lcpu = %u, addr = 0x%4.4x, nbytes = %u, bytes = \n", lcpu,
1113 address, nbytes);
1114 if (nbytes > 0)
1121 nbytes, // Number of items