Lines Matching refs:impl
40 do_one_test (impl_t *impl, const char *s, int c, size_t n, char *exp_res) in do_one_test() argument
42 char *res = CALL (impl, s, c, n); in do_one_test()
45 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
82 FOR_EACH_IMPL (impl, 0) in do_test()
83 do_one_test (impl, (char *) (buf1 + align), seek_char, len, result); in do_test()
127 FOR_EACH_IMPL (impl, 1) in do_random_tests()
128 if (CALL (impl, (char *) (p + align), seek_char, len) != result) in do_random_tests()
131 n, impl->name, align, seek_char, len, pos, in do_random_tests()
132 CALL (impl, (char *) (p + align), seek_char, len), in do_random_tests()
147 FOR_EACH_IMPL (impl, 0) in test_main()
148 printf ("\t%s", impl->name); in test_main()