Home
last modified time | relevance | path

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

/string/
A Dtest-memset.c153 int c, o; in do_random_tests() local
177 o = random () & BIG_CHAR; in do_random_tests()
178 if (o == c) in do_random_tests()
179 o = (c + 1) & BIG_CHAR; in do_random_tests()
188 p[i] = o; in do_random_tests()
190 p[i] = o; in do_random_tests()
198 p[i + align] = o; in do_random_tests()
208 if (p[i] != o) in do_random_tests()
224 if (p[i] != o) in do_random_tests()

Completed in 4 milliseconds