Searched refs:cmp_checked_i (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/qsort/ |
H A D | qsort_test.c | 84 cmp_checked_i(const void *v1, const void *v2) in cmp_checked_i() function 667 { "sawtooth_i", fill_sawtooth_i, test_perturbed_i, cmp_i, cmp_checked_i }, 670 { "random_i", fill_random_i, test_perturbed_i, cmp_i, cmp_checked_i }, 673 { "stagger_i", fill_stagger_i, test_perturbed_i, cmp_i, cmp_checked_i }, 676 { "plateau_i", fill_plateau_i, test_perturbed_i, cmp_i, cmp_checked_i }, 679 { "shuffle_i", fill_shuffle_i, test_perturbed_i, cmp_i, cmp_checked_i }, 682 { "bsd_killer_i", fill_bsd_killer_i, test_simple_i, cmp_i, cmp_checked_i }, 685 { "med3_killer_i", fill_med3_killer_i, test_simple_i, cmp_i, cmp_checked_i }, 688 { "antiqsort", NULL, test_antiqsort, cmp_i, cmp_checked_i },
|