Searched refs:test_distribution (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/regress/lib/libc/qsort/ |
| D | qsort_test.c | 42 struct test_distribution { struct 45 int (*test)(struct test_distribution *d, int n, void *x, void *y, void *z); argument 125 check_result(char *sub, size_t es, char *got, char *expected, struct test_distribution *d, in check_result() 398 print_timing(struct test_distribution *d, char *sub, int m, int n, double elapsed) in print_timing() 420 do_test(struct test_distribution *d, char *sub, int m, int n, size_t es, void *y, void *z) in do_test() 515 test_perturbed_i(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_i() 527 test_perturbed_ll(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_ll() 539 test_perturbed_double(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_double() 570 test_simple_i(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_simple_i() 582 test_simple_ll(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_simple_ll() [all …]
|