HomeSort by relevance Sort by last modified time
    Searched refs:hex_dump (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/hcidump/parser/
capi.c 264 hex_dump(level, frm, 20);
313 hex_dump(level, frm, len);
360 hex_dump(level, frm, len);
382 hex_dump(level, frm, len);
389 hex_dump(level, frm, len);
396 hex_dump(level, frm, len);
427 hex_dump(level, frm, len);
436 hex_dump(level, frm, len);
456 hex_dump(level, frm, len);
465 hex_dump(level, frm, len)
    [all...]
avdtp.c 270 hex_dump(level + 1, frm, len - 2);
277 hex_dump(level + 1, frm, len);
413 hex_dump(level + 1, frm, frm->len);
parser.c 273 void hex_dump(int level, struct frame *frm, int num) function
334 hex_dump(level, frm, num);
parser.h 216 void hex_dump(int level, struct frame *frm, int num);
sdp.c 694 hex_dump(0, frm, frm->len);
  /external/qemu/proxy/
proxy_common.c 48 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/grub/grub/
asmstub.c 880 hex_dump (void *buf, size_t size) function
990 hex_dump (buf, nsec * SECTOR_SIZE);
  /external/bluetooth/bluez/tools/
hcitool.c 147 static void hex_dump(char *pref, int width, unsigned char *buf, int len) function
1128 hex_dump(" ", 20, buf, len); fflush(stdout);
1146 hex_dump(" ", 20, ptr, len); fflush(stdout);
    [all...]
  /external/qemu/
net-android.c 163 static void hex_dump(FILE *f, const uint8_t *buf, int size) function
521 hex_dump(stdout, buf, size);
790 hex_dump(stdout, pkt, pkt_len);
814 hex_dump(stdout, buf, size);
    [all...]
net.c 134 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);
    [all...]

Completed in 871 milliseconds