Home
last modified time | relevance | path

Searched defs:dump_hex (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dutil.h28 dump_hex(const void *buf, int sz) in dump_hex() function
H A Dcffdec.c189 dump_hex(uint32_t *dwords, uint32_t sizedwords, int level) in dump_hex() function
/aosp_15_r20/system/extras/tests/directiotest/
H A Ddirectiotest.c133 static void dump_hex(const void *buf, int len) in dump_hex() function
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_eu.c237 bool dump_hex = false; in brw_dump_compile() local
/aosp_15_r20/external/ethtool/netlink/
H A Dmodule-eeprom.c25 u8 dump_hex; member
/aosp_15_r20/external/mesa3d/src/freedreno/computerator/
H A Dmain.cc68 dump_hex(void *buf, int sz) in dump_hex() function
/aosp_15_r20/packages/modules/adb/
Dadb_utils.cpp161 std::string dump_hex(const void* data, size_t byte_count) { in dump_hex() function
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-analyze.c302 static void dump_hex(u32 len, u8 *b_data) { in dump_hex() function
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_eu.c572 bool dump_hex = INTEL_DEBUG(DEBUG_HEX); in elk_disassemble() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_eu.c501 bool dump_hex = INTEL_DEBUG(DEBUG_HEX); in brw_disassemble() local
/aosp_15_r20/external/libnl/lib/
H A Dmsg.c774 static inline void dump_hex(FILE *ofd, char *start, int len, int prefix) in dump_hex() function
/aosp_15_r20/external/ethtool/
H A Dethtool.c1168 void dump_hex(FILE *file, const u8 *data, int len, int offset) in dump_hex() function