HomeSort by: relevance | last modified time | path
    Searched refs:sorter (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob.py 256 sorter = lambda x: x.branches()
258 sorter = lambda x: x.get_branch_hitrate()
260 sorter = lambda x: x.get_hitrate()
262 sorter = lambda x: x.count
264 sorter = lambda x: x.name.lower()
270 for h in sorted(heuristics, key = sorter):
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob.py 254 sorter = lambda x: x.branches()
256 sorter = lambda x: x.get_branch_hitrate()
258 sorter = lambda x: x.get_hitrate()
260 sorter = lambda x: x.count
262 sorter = lambda x: x.name.lower()
268 for h in sorted(heuristics, key = sorter):
  /src/external/mit/xorg/lib/libGLU/
Makefile 83 sorter.cc \
155 COPTS.sorter.cc+= -Wno-error
  /src/external/gpl3/gdb.old/dist/gdb/
thread.c 1731 auto *sorter = (ascending local
1734 std::sort (thr_list_cpy.begin (), thr_list_cpy.end (), sorter);
  /src/external/gpl3/gdb/dist/gdb/
thread.c 1754 auto *sorter = (ascending local
1757 std::sort (thr_list_cpy.begin (), thr_list_cpy.end (), sorter);

Completed in 22 milliseconds