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

/external/bluetooth/hcidump/parser/
H A Dparser.c273 void hex_dump(int level, struct frame *frm, int num) function
334 hex_dump(level, frm, num);
/external/qemu/proxy/
H A Dproxy_common.c48 hex_dump( void* base, int size, const char* prefix ) function
130 hex_dump( str->s + conn->str_pos, avail, ">> " );
184 hex_dump( str->s + str->n, n, "<< " );
/external/bluetooth/bluez/tools/
H A Dhcitool.c143 static void hex_dump(char *pref, int width, unsigned char *buf, int len) function
1123 hex_dump(" ", 20, buf, len); fflush(stdout);
1141 hex_dump(" ", 20, ptr, len); fflush(stdout);
/external/grub/grub/
H A Dasmstub.c880 hex_dump (void *buf, size_t size) function
990 hex_dump (buf, nsec * SECTOR_SIZE);
/external/qemu/
H A Dnet-android.c139 static void hex_dump(FILE *f, const uint8_t *buf, int size) function
497 hex_dump(stdout, buf, size);
760 hex_dump(stdout, pkt, pkt_len);
779 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);

Completed in 71 milliseconds