Searched refs:test_perturbed_ll (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/qsort/ |
H A D | qsort_test.c | 540 test_perturbed_ll(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_ll() function 668 { "sawtooth_ll", fill_sawtooth_ll, test_perturbed_ll, cmp_ll, cmp_checked_ll }, 671 { "random_ll", fill_random_ll, test_perturbed_ll, cmp_ll, cmp_checked_ll }, 674 { "stagger_ll", fill_stagger_ll, test_perturbed_ll, cmp_ll, cmp_checked_ll }, 677 { "plateau_ll", fill_plateau_ll, test_perturbed_ll, cmp_ll, cmp_checked_ll }, 680 { "shuffle_ll", fill_shuffle_ll, test_perturbed_ll, cmp_ll, cmp_checked_ll },
|