Lines Matching refs:test_size
133 test_size (const struct conf *conf, size_t size) in test_size() function
281 error |= !test_size (&conf, 1024); in do_test()
282 error |= !test_size (&conf, conf.set_size); in do_test()
283 error |= !test_size (&conf, 2); in do_test()
284 error |= !test_size (&conf, 32); in do_test()
285 error |= !test_size (&conf, 40); in do_test()
286 error |= !test_size (&conf, 64); in do_test()
287 error |= !test_size (&conf, 96); in do_test()
288 error |= !test_size (&conf, 128); in do_test()
289 error |= !test_size (&conf, 256); in do_test()
290 error |= !test_size (&conf, 8192); in do_test()