Searched refs:hex_dump (Results 1 - 5 of 5) sorted by relevance
/external/libcups/cups/ |
H A 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); 346 hex_dump("Baseline", collection, sizeof(collection)); 356 hex_dump("Bytes Written", data.wbuffer, data.wused); 357 hex_dump("Baseline", collection, sizeof(collection)); 747 * 'hex_dump()' - Produce a hex dump of a buffer. 751 hex_dump(const char *title, /* I - Title */ function
|
/external/syslinux/gpxe/src/net/ |
H A D | icmpv6.c | 118 hex_dump ( rxiobuf->data, iob_len ( rxiobuf ) );
|
/external/syslinux/gpxe/src/drivers/net/ |
H A D | dmfe.c | 338 void hex_dump(const char *data, const unsigned int len);
|
H A D | via-velocity.c | 471 extern void hex_dump(const char *data, const unsigned int len);
|
/external/elfutils/src/ |
H A D | readelf.c | 9468 hex_dump (const uint8_t *data, size_t len) function 9533 hex_dump (data->d_buf, data->d_size);
|
Completed in 204 milliseconds