Lines Matching refs:impl
63 do_one_test (impl_t *impl, const CHAR *s, int c, CHAR *exp_res) in do_one_test() argument
65 CHAR *res = CALL (impl, s, c); in do_one_test()
68 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
111 FOR_EACH_IMPL (impl, 0) in do_test()
112 do_one_test (impl, (CHAR *) (buf + align), seek_char, result); in do_test()
181 FOR_EACH_IMPL (impl, 1) in do_random_tests()
182 if (CALL (impl, (CHAR *) (p + align), seek_char) != result) in do_random_tests()
185 n, impl->name, align, seek_char, len, pos, in do_random_tests()
186 CALL (impl, (CHAR *) (p + align), seek_char), result, p); in do_random_tests()
200 FOR_EACH_IMPL (impl, 0) in test_main()
201 printf ("\t%s", impl->name); in test_main()