Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/tinyutils/
DVector.h156 typedef int (*compar_t)(const TYPE* lhs, const TYPE* rhs); typedef
159 inline status_t sort(compar_t cmp);
/system/core/libpixelflinger/
Dtrap.cpp907 typedef int (*compar_t)(const void*, const void*); typedef
978 qsort(edges, num_edges, sizeof(AAEdge), (compar_t)compare_edges); in aapolyx()