Lines Matching refs:n
53 SIMPLE_MEMCHR (const CHAR *s, int c, size_t n) in SIMPLE_MEMCHR() argument
55 while (n--) in SIMPLE_MEMCHR()
62 do_one_test (impl_t *impl, const CHAR *s, int c, size_t n, CHAR *exp_res) in do_one_test() argument
64 CHAR *res = CALL (impl, s, c, n); in do_one_test()
68 impl->name, s, c, n, res, exp_res); in do_one_test()
75 do_test (size_t align, size_t pos, size_t len, size_t n, int seek_char) in do_test() argument
93 if (pos < MIN(n, len)) in do_test()
106 do_one_test (impl, (CHAR *) (buf + align), seek_char, n, result); in do_test()
144 size_t i, j, n, align, pos, len; in do_random_tests() local
149 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
191 n, impl->name, align, seek_char, len, pos, in do_random_tests()