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

  /system/core/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 171 typedef int (*compar_t)(const TYPE* lhs, const TYPE* rhs); typedef in class:android::Vector
174 inline status_t sort(compar_t cmp);
377 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_t cmp) {
378 return VectorImpl::sort((VectorImpl::compar_t)cmp);
  /system/core/libpixelflinger/codeflinger/tinyutils/
Vector.h 156 typedef int (*compar_t)(const TYPE* lhs, const TYPE* rhs); typedef in class:android::tinyutils::Vector
159 inline status_t sort(compar_t cmp);
  /system/core/libpixelflinger/
trap.cpp 907 typedef int (*compar_t)(const void*, const void*); typedef in namespace:android
978 qsort(edges, num_edges, sizeof(AAEdge), (compar_t)compare_edges);
    [all...]

Completed in 499 milliseconds