Lines Matching refs:impl
41 do_one_test (impl_t *impl, const char *s, int c, char *exp_res) in do_one_test() argument
43 char *res = CALL (impl, s, c); in do_one_test()
46 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
77 FOR_EACH_IMPL (impl, 0) in do_test()
78 do_one_test (impl, (char *) (buf1 + align), seek_char, result); in do_test()
123 FOR_EACH_IMPL (impl, 1) in do_random_tests()
124 if (CALL (impl, (char *) (p + align), seek_char) != result) in do_random_tests()
127 n, impl->name, align, seek_char, len, pos, in do_random_tests()
128 CALL (impl, (char *) (p + align), seek_char), in do_random_tests()
143 FOR_EACH_IMPL (impl, 0) in test_main()
144 printf ("\t%s", impl->name); in test_main()