Home
last modified time | relevance | path

Searched refs:alen (Results 1 – 1 of 1) sorted by relevance

/string/
A Dtest-strspn.c147 size_t i, j, n, align, pos, alen, len; in do_random_tests() local
155 alen = random () & 63; in do_random_tests()
157 alen = random () & 15; in do_random_tests()
158 if (!alen) in do_random_tests()
167 acc = (UCHAR *) (buf2 + page_size) - alen - 1 - (random () & 7); in do_random_tests()
168 for (i = 0; i < alen; ++i) in do_random_tests()
194 p[i] = acc [random () % alen]; in do_random_tests()
202 n, impl->name, align, acc, alen, pos, len, in do_random_tests()

Completed in 4 milliseconds