Home
last modified time | relevance | path

Searched refs:test_hexdump (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dtest_hexdump.c125 static void __init test_hexdump(size_t len, int rowsize, int groupsize, in test_hexdump() function
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()
H A DMakefile57 obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o