Home
last modified time | relevance | path

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

/string/
A Dtest-memmem.c22 #define ITERATIONS 500 macro
103 for (size_t n = 0; n < ITERATIONS; ++n) in do_random_tests()
A Dtest-string.h83 # ifndef ITERATIONS
91 # define ITERATIONS iterations macro
A Dtest-rawmemchr.c89 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strlen.c100 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-memrchr.c94 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-memcpy.c30 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strncat.c205 ITERATIONS); in do_random_tests()
206 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strcpy.c130 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strrchr.c123 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-memset.c160 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strcasecmp.c127 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strspn.c151 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-memccpy.c118 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-memchr.c149 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strcat.c133 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strchr.c167 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strpbrk.c166 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strncpy.c199 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strnlen.c133 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strncasecmp.c190 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-memmove.c132 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-memcmp.c155 for (n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strcmp.c208 for (size_t n = 0; n < ITERATIONS; n++) in do_random_tests()
A Dtest-strncmp.c275 for (n = 0; n < ITERATIONS; n++) in do_random_tests()

Completed in 37 milliseconds