Lines Matching refs:impl
109 do_one_test (impl_t *impl, CHAR *s, int c __attribute ((unused)), size_t n) in do_one_test() argument
118 CALL (impl, s, n); in do_one_test()
123 CHAR *res = CALL (impl, s, c, n); in do_one_test()
131 error (0, 0, "Wrong result in function %s", impl->name); in do_one_test()
144 FOR_EACH_IMPL (impl, 0) in do_test()
145 do_one_test (impl, (CHAR *) (buf1) + align, c, len); in do_test()
192 FOR_EACH_IMPL (impl, 1) in do_random_tests()
200 res = (UCHAR *) CALL (impl, (CHAR *) p + align, c, len); in do_random_tests()
204 n, impl->name, align, c, len, res, p + align); in do_random_tests()
211 n, impl->name, align, c, len); in do_random_tests()
219 n, impl->name, align, c, len); in do_random_tests()
227 n, impl->name, align, c, len); in do_random_tests()
245 FOR_EACH_IMPL (impl, 0) in test_main()
246 printf ("\t%s", impl->name); in test_main()