Home
last modified time | relevance | path

Searched defs:reverse_sort (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1633 struct reverse_sort : public queue_sort { struct
1634 SF &SortFunc;
1636 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument
1638 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
/freebsd-12.1/usr.bin/sort/
H A Dradixsort.c56 static bool reverse_sort; variable
/freebsd-12.1/contrib/binutils/binutils/
H A Dnm.c146 static int reverse_sort = 0; /* Sort in downward(alpha or numeric) order. */ variable