Searched refs:cmp_checked_i (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/regress/lib/libc/qsort/ |
| D | qsort_test.c | 71 cmp_checked_i(const void *v1, const void *v2) in cmp_checked_i() function 654 { "sawtooth_i", fill_sawtooth_i, test_perturbed_i, cmp_i, cmp_checked_i }, 657 { "random_i", fill_random_i, test_perturbed_i, cmp_i, cmp_checked_i }, 660 { "stagger_i", fill_stagger_i, test_perturbed_i, cmp_i, cmp_checked_i }, 663 { "plateau_i", fill_plateau_i, test_perturbed_i, cmp_i, cmp_checked_i }, 666 { "shuffle_i", fill_shuffle_i, test_perturbed_i, cmp_i, cmp_checked_i }, 669 { "bsd_killer_i", fill_bsd_killer_i, test_simple_i, cmp_i, cmp_checked_i }, 672 { "med3_killer_i", fill_med3_killer_i, test_simple_i, cmp_i, cmp_checked_i }, 675 { "antiqsort", NULL, test_antiqsort, cmp_i, cmp_checked_i },
|