Searched refs:index_compare (Results 1 – 1 of 1) sorted by relevance
103 index_compare (const void *left1, const void *right1) in index_compare() function152 qsort (indexes, array_length (indexes), sizeof (indexes[0]), index_compare); in do_test_func()155 if (index_compare (indexes + i - 1, indexes + i) == 0) in do_test_func()