Searched refs:hex_dump (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | testipp.c | 229 void hex_dump(const char *title, ipp_uchar_t *buffer, size_t bytes); 345 hex_dump("Bytes Written", data.wbuffer, data.wused); in main() 346 hex_dump("Baseline", collection, sizeof(collection)); in main() 356 hex_dump("Bytes Written", data.wbuffer, data.wused); in main() 357 hex_dump("Baseline", collection, sizeof(collection)); in main() 751 hex_dump(const char *title, /* I - Title */ in hex_dump() function
|
/external/elfutils/src/ |
D | ChangeLog | 1257 (hex_dump): Likewise. 3519 * readelf.c (hex_dump): Fix rounding error in whitespace calculation. 3671 * readelf.c (hex_dump): Fix transposed subtraction generating spaces. 3673 * readelf.c (hex_dump): Fix line header to be hex instead of decimal. 3752 * readelf.c (hex_dump): Use isprint to determine whether to print 3771 (hex_dump): New function.
|
D | readelf.c | 12340 hex_dump (const uint8_t *data, size_t len) in hex_dump() function 12415 hex_dump (data->d_buf, data->d_size); in dump_data_section()
|