Searched refs:actual_hexdump (Results 1 – 1 of 1) sorted by relevance
385 char expected_hexdump[hexdump_len], actual_hexdump[hexdump_len]; in check_data_matches() local390 snprintf(actual_hexdump + pos, hexdump_len - pos, "\n "); in check_data_matches()394 snprintf(actual_hexdump + pos, hexdump_len - pos, " %02x", ((uint8_t *)actual)[i]); in check_data_matches()399 << "\n Actual:" << (char *) actual_hexdump << "\n"; in check_data_matches()