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

  /frameworks/rs/cpu_ref/linkloader/utils/
helper.h 22 extern void dump_hex(unsigned char const *data,
helper.cpp 25 void dump_hex(unsigned char const *data, function
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionStrTab.hxx 61 dump_hex((unsigned char const *)&*buf.begin(), buf.size(), 0, buf.size());
  /frameworks/rs/cpu_ref/linkloader/lib/
MemChunk.cpp 100 dump_hex(buf, buf_size, 0, buf_size);
  /system/extras/tests/directiotest/
directiotest.c 133 static void dump_hex(const void *buf, int len) function
256 dump_hex(write_buf, test_size);
258 dump_hex(read_buf, test_size);
  /bootable/recovery/minadbd/
transport.c 39 static void dump_hex( const unsigned char* ptr, size_t len ) function
132 dump_hex(p->data, len);
738 dump_hex( ptr, len0 );
750 dump_hex( ptr, len );
  /external/libnl/lib/
msg.c 864 static inline void dump_hex(FILE *ofd, char *start, int len, int prefix) function
942 dump_hex(ofd, nla_data(nla), alen, prefix);
949 dump_hex(ofd, nla_data(nla) + alen,
1002 dump_hex(ofd, nlmsg_data(hdr), payloadlen, 0);
  /system/core/adb/
transport.c 44 static void dump_hex( const unsigned char* ptr, size_t len ) function
137 dump_hex(p->data, len);
1167 dump_hex( ptr, len0 );
1179 dump_hex( ptr, len );

Completed in 145 milliseconds