Lines Matching full:ascii
146 * ASCII characters. Instead, the arguments are saved in a 32 bit
150 * the conversion into the ASCII string within the buffer.
253 * seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex
255 * @mem: The raw memory to write its hex ASCII representation of
259 * raw memory into the buffer it writes its ASCII representation of it
390 * @ascii: include ASCII after the hex output
397 * 2 - spaces separating hex dump and ASCII representation
398 * 32 - ASCII representation
405 const void *buf, size_t len, bool ascii)
420 linebuf, sizeof(linebuf), ascii);