Searched defs:hex_dump (Results 1 - 5 of 5) sorted by relevance

/external/qemu/proxy/
H A Dproxy_common.c49 hex_dump( void* base, int size, const char* prefix ) function
131 hex_dump( str->s + conn->str_pos, avail, ">> " );
185 hex_dump( str->s + str->n, n, "<< " );
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c184 static void hex_dump(char *msg, void *data, int size, int trunc) function
/external/qemu/net/
H A Dnet-android.c142 static void hex_dump(FILE *f, const uint8_t *buf, int size) function
500 hex_dump(stdout, buf, size);
769 hex_dump(stdout, pkt, pkt_len);
793 hex_dump(stdout, buf, size);
H A Dnet.c134 static void hex_dump(FILE *f, const uint8_t *buf, int size) function
492 hex_dump(stdout, buf, size);
682 hex_dump(stdout, pkt, pkt_len);
698 hex_dump(stdout, buf, size);
/external/elfutils/0.153/src/
H A Dreadelf.c8260 hex_dump (const uint8_t *data, size_t len) function
8307 hex_dump (data->d_buf, data->d_size);

Completed in 646 milliseconds