Lines Matching refs:ascii
46 bool ascii) in test_hexdump() argument
56 hex_dump_to_buffer(data_b, l, rs, gs, real, sizeof(real), ascii); in test_hexdump()
91 if (ascii) { in test_hexdump()
106 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument
111 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set()
112 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set()
113 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set()
114 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set()
117 static void __init test_hexdump_overflow(bool ascii) in test_hexdump_overflow() argument
127 r = hex_dump_to_buffer(data_b, 1, 16, 1, buf, l, ascii); in test_hexdump_overflow()
129 if (ascii) in test_hexdump_overflow()
141 } else if (ascii) { in test_hexdump_overflow()