Searched refs:DO_RAND_TEST (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/benchtests/ |
D | bench-strchr.c | 57 # define DO_RAND_TEST(...) macro 59 # define DO_RAND_TEST(...) do_rand_test(__VA_ARGS__) macro 370 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.0); in test_main() 371 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.1); in test_main() 372 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.25); in test_main() 373 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.33); in test_main() 374 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.5); in test_main() 375 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.66); in test_main() 376 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.75); in test_main() 377 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.9); in test_main() [all …]
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.25 | 7214 [! USE_FOR_STRCHRNUL](DO_RAND_TEST): New. 7219 [USE_FOR_STRCHRNUL](DO_RAND_TEST): New.
|