Searched refs:sort_res_state (Results 1 – 1 of 1) sorted by relevance
28 sort_res_state (const void *a, const void *b) in sort_res_state() function62 qsort (array, count, sizeof (*array), sort_res_state); in do_test()65 TEST_VERIFY (sort_res_state (array + i - 1, array + i) < 0); in do_test()
Completed in 10 milliseconds