Searched refs:compar_t (Results 1 – 2 of 2) sorted by relevance
156 typedef int (*compar_t)(const TYPE* lhs, const TYPE* rhs); typedef159 inline status_t sort(compar_t cmp);
907 typedef int (*compar_t)(const void*, const void*); typedef978 qsort(edges, num_edges, sizeof(AAEdge), (compar_t)compare_edges); in aapolyx()