Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyVector.h132 …static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, const T*, void *), void *p… in SortRefDown() function
159 SortRefDown(p, i, size, compare, param); in Sort()
167 SortRefDown(p, 1, size, compare, param); in Sort()