Searched refs:test_distribution (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/qsort/ |
H A D | qsort_test.c | 55 struct test_distribution { struct 58 int (*test)(struct test_distribution *d, int n, void *x, void *y, void *z); argument 138 check_result(char *sub, size_t es, char *got, char *expected, struct test_distribution *d, in check_result() 411 print_timing(struct test_distribution *d, char *sub, int m, int n, double elapsed) in print_timing() 433 do_test(struct test_distribution *d, char *sub, int m, int n, size_t es, void *y, void *z) in do_test() 528 test_perturbed_i(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_i() 540 test_perturbed_ll(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_ll() 552 test_perturbed_double(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_double() 583 test_simple_i(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_simple_i() 595 test_simple_ll(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_simple_ll() [all …]
|