HomeSort by relevance Sort by last modified time
    Searched refs:hex_dump (Results 1 - 11 of 11) 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 276 hex_dump(level + 1, frm, len - 2);
283 hex_dump(level + 1, frm, len);
419 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 217 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 49 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/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 181 static void hex_dump(char *pref, int width, unsigned char *buf, int len) function
1149 hex_dump(" ", 20, buf, len); fflush(stdout);
1167 hex_dump(" ", 20, ptr, len); fflush(stdout);
    [all...]
  /external/qemu/
net-android.c 167 static void hex_dump(FILE *f, const uint8_t *buf, int size) function
525 hex_dump(stdout, buf, size);
794 hex_dump(stdout, pkt, pkt_len);
818 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...]
  /external/elfutils/src/
readelf.c 6207 hex_dump (const uint8_t *data, size_t len) function
    [all...]

Completed in 231 milliseconds