Searched refs:hex_dump (Results 1 – 6 of 6) sorted by relevance
/external/qemu/proxy/ |
D | proxy_common.c | 49 hex_dump( void* base, int size, const char* prefix ) in hex_dump() function 131 hex_dump( str->s + conn->str_pos, avail, ">> " ); in proxy_connection_send() 185 hex_dump( str->s + str->n, n, "<< " ); in proxy_connection_receive()
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
D | bluedroidtest.c | 184 static void hex_dump(char *msg, void *data, int size, int trunc) in hex_dump() function
|
/external/qemu/net/ |
D | net.c | 134 static void hex_dump(FILE *f, const uint8_t *buf, int size) in hex_dump() function 492 hex_dump(stdout, buf, size); in qemu_send_packet_async() 682 hex_dump(stdout, pkt, pkt_len); in slirp_output() 698 hex_dump(stdout, buf, size); in slirp_receive()
|
D | net-android.c | 142 static void hex_dump(FILE *f, const uint8_t *buf, int size) in hex_dump() function 500 hex_dump(stdout, buf, size); in qemu_send_packet_async() 769 hex_dump(stdout, pkt, pkt_len); in slirp_output() 793 hex_dump(stdout, buf, size); in slirp_receive()
|
/external/elfutils/0.153/src/ |
D | ChangeLog | 1090 * readelf.c (hex_dump): Fix rounding error in whitespace calculation. 1242 * readelf.c (hex_dump): Fix transposed subtraction generating spaces. 1244 * readelf.c (hex_dump): Fix line header to be hex instead of decimal. 1323 * readelf.c (hex_dump): Use isprint to determine whether to print 1342 (hex_dump): New function.
|
D | readelf.c | 8260 hex_dump (const uint8_t *data, size_t len) in hex_dump() function 8307 hex_dump (data->d_buf, data->d_size); in dump_data_section()
|