Home
last modified time | relevance | path

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

/string/
A Dtest-memccpy.c113 size_t i, j, n, align1, align2, len, size, mode; in do_random_tests() local
120 mode = random (); in do_random_tests()
122 if (mode & 1) in do_random_tests()
126 if (mode & 2) in do_random_tests()
130 if (mode & 4) in do_random_tests()
136 if (mode & 8) in do_random_tests()
146 if (mode & 2) in do_random_tests()
154 if (mode & 4) in do_random_tests()
162 if ((mode & 8) && len + j >= 512) in do_random_tests()
A Dtest-strncpy.c194 size_t i, j, n, align1, align2, len, size, mode; in do_random_tests() local
205 mode = random (); in do_random_tests()
206 if (mode & 1) in do_random_tests()
210 if (mode & 2) in do_random_tests()
214 if (mode & 4) in do_random_tests()
220 if (mode & 8) in do_random_tests()
230 if (mode & 2) in do_random_tests()
238 if (mode & 4) in do_random_tests()
246 if ((mode & 8) && len + j >= 512) in do_random_tests()

Completed in 6 milliseconds