Searched refs:compar_t (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DVector.h147 typedef int (*compar_t)(const TYPE* lhs, const TYPE* rhs); typedef in class:android::Vector
150 inline status_t sort(compar_t cmp);
/system/core/libpixelflinger/
H A Dtrap.cpp907 typedef int (*compar_t)(const void*, const void*); typedef in namespace:android
978 qsort(edges, num_edges, sizeof(AAEdge), (compar_t)compare_edges);

Completed in 55 milliseconds