Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1558 SF &SortFunc; member
1559 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort()
1564 return SortFunc(right, left); in operator ()()
/external/opencv3/modules/core/src/
Dmatrix.cpp4035 typedef void (*SortFunc)(const Mat& src, Mat& dst, int flags); typedef
4041 static SortFunc tab[] = in sort()
4047 SortFunc func = tab[src.depth()]; in sort()
4056 static SortFunc tab[] = in sortIdx()
4062 SortFunc func = tab[src.depth()]; in sortIdx()