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

  /external/elfutils/src/
nm.c 180 static bool reverse_sort; variable
360 reverse_sort = true;
1138 return reverse_sort ? -result : result;
1154 return reverse_sort ? -result : result;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 145 static int reverse_sort = 0; /* Sort in downward(alpha or numeric) order. */ variable
211 {"reverse-sort", no_argument, &reverse_sort, 1},
672 return reverse_sort ? 1 : -1;
674 return reverse_sort ? -1 : 1;
676 return sorters[0][reverse_sort] (x->minisym, y->minisym);
1109 sorters[sort_numerically][reverse_sort]);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 1412 struct reverse_sort : public queue_sort { struct in namespace:__anon32567
1414 reverse_sort(SF &sf) : SortFunc(sf) {} function in struct:__anon32567::reverse_sort
1415 reverse_sort(const reverse_sort &RHS) : SortFunc(RHS.SortFunc) {} function in struct:__anon32567::reverse_sort
    [all...]

Completed in 131 milliseconds