Home
last modified time | relevance | path

Searched defs:DumpAddr (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_hex_dump/public/pw_hex_dump/
Dhex_dump.h173 inline Status DumpAddr(span<char> dest, const void* ptr) { in DumpAddr() function
/external/pigweed/pw_hex_dump/
Dhex_dump.cc69 Status DumpAddr(span<char> dest, uintptr_t addr) { in DumpAddr() function