Lines Matching refs:size_t
67 static void __init test_hexdump_prepare_test(size_t len, int rowsize,
69 size_t testlen, bool ascii)
73 size_t l = len;
100 size_t amount = strlen(q);
125 static void __init test_hexdump(size_t len, int rowsize, int groupsize,
151 size_t d = min_t(size_t, sizeof(data_b), rowsize);
152 size_t len = get_random_u32_inclusive(1, d);
160 static void __init test_hexdump_overflow(size_t buflen, size_t len,
208 static void __init test_hexdump_overflow_set(size_t buflen, bool ascii)
215 size_t len = get_random_u32_below(rs) + gs;