Lines Matching refs:impl
73 do_one_test (impl_t *impl, CHAR *dst, const CHAR *src) in do_one_test() argument
76 if (CALL (impl, dst, src) != dst) in do_one_test()
78 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
79 CALL (impl, dst, src), dst); in do_one_test()
87 impl->name, dst, src); in do_one_test()
117 FOR_EACH_IMPL (impl, 0) in do_test()
120 do_one_test (impl, s2, s1); in do_test()
181 FOR_EACH_IMPL (impl, 1) in do_random_tests()
186 res = (UCHAR *) CALL (impl, (CHAR *) (p2 + align2), in do_random_tests()
191 n, impl->name, align1, align2, len1, len2, res, in do_random_tests()
200 n, impl->name, align1, align2, len1, len2); in do_random_tests()
208 n, impl->name, align1, align2, len1, len2); in do_random_tests()
216 n, impl->name, align1, align2, len1, len2); in do_random_tests()
224 n, impl->name, align1, align2, len1, len2); in do_random_tests()
239 FOR_EACH_IMPL (impl, 0) in test_main()
240 printf ("\t%s", impl->name); in test_main()