Searched refs:hex_dump_to_buffer (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/lib/ |
D | hexdump.c | 52 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer() function 196 hex_dump_to_buffer(ptr + i, linelen, rowsize, groupsize, in print_hex_dump()
|
/external/u-boot/include/ |
D | hexdump.h | 84 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize,
|