Searched refs:bytes_to_copy (Results 1 – 1 of 1) sorted by relevance
1186 const uint32_t bytes_to_copy = std::min<uint32_t>(src_len, dst_len); in SendRequestReadRegisters() local1187 const void *src = reply_packet.GetData(&offset, bytes_to_copy); in SendRequestReadRegisters()1189 ::memcpy(dst, src, bytes_to_copy); in SendRequestReadRegisters()