Home
last modified time | relevance | path

Searched defs:CompareFunc (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAlignedObjectArray.h327 void quickSortInternal(const L& CompareFunc,int lo, int hi) in quickSortInternal()
357 void quickSort(const L& CompareFunc) in quickSort()
369 void downHeap(T *pArr, int k, int n, const L& CompareFunc) in downHeap()
415 void heapSort(const L& CompareFunc) in heapSort()
/external/icu/icu4c/source/test/intltest/
Dtestidna.h35 (U_EXPORT2 *CompareFunc) (const UChar *s1, int32_t s1Len, typedef
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_radixsort.h351 void gim_down_heap(T *pArr, GUINT k, GUINT n,COMP_CLASS CompareFunc) in gim_down_heap()
383 void gim_heap_sort(T *pArr, GUINT element_count, COMP_CLASS CompareFunc) in gim_heap_sort()
/external/deqp/modules/egl/
DteglChooseConfigReference.cpp114 typedef bool (*CompareFunc) (const SurfaceConfig& a, const SurfaceConfig& b); typedef in deqp::egl::SurfaceConfig
/external/icu/icu4c/source/test/cintltst/
Didnatest.c49 (U_EXPORT2 *CompareFunc) (const UChar *s1, int32_t s1Len, typedef
/external/skia/src/gpu/
DGrTessellator.cpp163 typedef bool (*CompareFunc)(const SkPoint& a, const SkPoint& b); typedef
/external/mesa3d/src/mesa/main/
Dmtypes.h1253 GLenum CompareFunc; /**< GL_ARB_shadow */ member