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

  /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/bluedroid/test/bluedroidtest/
bluedroidtest.c 182 static void hex_dump(char *msg, void *data, int size, int trunc) function
  /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 118 milliseconds