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

  /external/mesa3d/src/intel/tools/
disasm.c 52 bool dump_hex = false; local
65 if (dump_hex) {
75 if (dump_hex) {
  /system/core/adb/
adb_utils.cpp 159 std::string dump_hex(const void* data, size_t byte_count) { function
  /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);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.c 372 bool dump_hex = (INTEL_DEBUG & DEBUG_HEX) != 0; local
383 if (dump_hex) {
393 if (dump_hex) {
  /external/libnl/lib/
msg.c 763 static inline void dump_hex(FILE *ofd, char *start, int len, int prefix) function
855 dump_hex(ofd, data, hdrsize, 0);
869 dump_hex(ofd, nla_data(attr), len, prefix);
900 dump_hex(ofd, nla_data(nla) + alen,
952 dump_hex(ofd, data, payloadlen, 0);

Completed in 555 milliseconds