Lines Matching refs:impl
93 do_one_test (impl_t *impl, const CHAR *s, const CHAR *acc, size_t exp_res) in do_one_test() argument
95 size_t res = CALL (impl, s, acc); in do_one_test()
98 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
140 FOR_EACH_IMPL (impl, 0) in do_test()
141 do_one_test (impl, s, acc, pos); in do_test()
197 FOR_EACH_IMPL (impl, 1) in do_random_tests()
198 if (CALL (impl, (CHAR *) (p + align), in do_random_tests()
202 n, impl->name, align, acc, alen, pos, len, in do_random_tests()
203 CALL (impl, (CHAR *) (p + align), (CHAR *) acc), in do_random_tests()
218 FOR_EACH_IMPL (impl, 0) in test_main()
219 printf ("\t%s", impl->name); in test_main()