Lines Matching refs:error
280 bool error = false; in do_test() local
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()
291 return error; in do_test()