Lines Matching refs:ascii
69 size_t testlen, bool ascii) in test_hexdump_prepare_test() argument
111 if (ascii) { in test_hexdump_prepare_test()
126 bool ascii) in test_hexdump() argument
135 ascii); in test_hexdump()
139 ascii); in test_hexdump()
149 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument
154 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set()
155 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set()
156 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set()
157 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set()
162 bool ascii) in test_hexdump_overflow() argument
174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
183 if (ascii) in test_hexdump_overflow()
190 test_hexdump_prepare_test(len, rs, gs, test, sizeof(test), ascii); in test_hexdump_overflow()
208 static void __init test_hexdump_overflow_set(size_t buflen, bool ascii) in test_hexdump_overflow_set() argument
217 test_hexdump_overflow(buflen, rounddown(len, gs), rs, gs, ascii); in test_hexdump_overflow_set()