HomeSort by relevance Sort by last modified time
    Searched defs:compar_t (Results 1 - 3 of 3) sorted by null

  /system/core/libutils/include/utils/
VectorImpl.h 93 typedef int (*compar_t)(const void* lhs, const void* rhs); typedef in class:android::VectorImpl
95 status_t sort(compar_t cmp);
Vector.h 183 typedef int (*compar_t)(const TYPE* lhs, const TYPE* rhs); typedef in class:android::Vector
186 inline status_t sort(compar_t cmp);
385 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_t cmp) {
386 return VectorImpl::sort(reinterpret_cast<VectorImpl::compar_t>(cmp));
  /system/core/libpixelflinger/
trap.cpp 909 typedef int (*compar_t)(const void*, const void*); typedef in namespace:android
980 qsort(edges, num_edges, sizeof(AAEdge), (compar_t)compare_edges);
    [all...]

Completed in 96 milliseconds