Searched refs:repeats (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/benchtests/ |
D | bench-memchr.c | 130 int repeats; in test_main() local 150 for (repeats = 0; repeats < 2; ++repeats) in test_main() 154 do_test (&json_ctx, 0, 16 << i, 2048, 23, repeats); in test_main() 155 do_test (&json_ctx, i, 64, 256, 23, repeats); in test_main() 156 do_test (&json_ctx, 0, 16 << i, 2048, 0, repeats); in test_main() 157 do_test (&json_ctx, i, 64, 256, 0, repeats); in test_main() 159 do_test (&json_ctx, getpagesize () - 15, 64, 256, 0, repeats); in test_main() 162 do_test (&json_ctx, 0, i, 256, 23, repeats); in test_main() 163 do_test (&json_ctx, 0, i, 256, 0, repeats); in test_main() 164 do_test (&json_ctx, i, i, 256, 23, repeats); in test_main() [all …]
|
D | bench-memcpy-walk.c | 73 size_t repeats; in do_test() local 77 for (repeats = both_ways ? 2 : 1; repeats; --repeats) in do_test()
|
D | bench-memmove-walk.c | 76 size_t repeats; in do_test() local 85 for (repeats = both_ways ? 2 : 1; repeats; --repeats) in do_test()
|
D | bench-memcpy-large.c | 60 size_t repeats; in do_test() local 72 for (repeats = both_ways ? 2 : 1; repeats; --repeats) in do_test()
|
D | bench-memcpy.c | 65 size_t repeats; in do_test() local 77 for (repeats = both_ways ? 2 : 1; repeats; --repeats) in do_test()
|
/glibc-2.36/string/ |
D | test-memcpy-support.h | 92 for (size_t repeats = 0; repeats < 2; ++repeats) in do_test() local 136 for (size_t repeats = 0; repeats < 2; repeats++) in do_test1() local
|
D | test-memmove.c | 277 size_t repeats; in do_test2() local 280 for (repeats = 0; repeats < 2; ++repeats) in do_test2() 361 size_t size, repeats, i; in do_test4() local 373 for (repeats = 0; repeats < 2; ++repeats) in do_test4()
|
/glibc-2.36/manual/ |
D | README.pretty-printers | 23 __size = "\000\000P\001", '\000' <repeats 12 times>, "@\002", '\000' <repeats 21 times>,
|
D | math.texi | 1414 typically, they form a sequence that repeats periodically, with a period
|
/glibc-2.36/posix/ |
D | BOOST.tests | 653 ; now again for single character repeats:
|