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

  /external/oprofile/libpp/
symbol_sort.h 41 void sort(symbol_collection & syms, bool reverse_sort,
47 void sort(diff_collection & syms, bool reverse_sort,
symbol_sort.cpp 97 : compare_order(order), reverse_sort(reverse) {}
109 bool reverse_sort; member in struct:__anon8955::symbol_compare
119 if (reverse_sort)
132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const
144 symbol_compare(sort_option, reverse_sort));
149 sort(diff_collection & syms, bool reverse_sort, bool lf) const
161 symbol_compare(sort_option, reverse_sort));
  /external/oprofile/pp/
opreport_options.h 32 extern bool reverse_sort;
opreport.cpp 48 return options::reverse_sort
98 return options::reverse_sort
374 options::sort_by.sort(symbols, options::reverse_sort,
441 options::sort_by.sort(symbols, options::reverse_sort,
454 options::sort_by.sort(symbols, options::reverse_sort,
opreport_options.cpp 48 bool reverse_sort; member in namespace:options
77 popt::option(options::reverse_sort, "reverse-sort", 'r',
  /external/elfutils/src/
nm.c 164 static bool reverse_sort; variable
332 reverse_sort = true;
970 return reverse_sort ? -result : result;
981 return reverse_sort ? -result : result;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 1412 struct reverse_sort : public queue_sort { struct in namespace:__anon7874
1414 reverse_sort(SF &sf) : SortFunc(sf) {} function in struct:__anon7874::reverse_sort
1415 reverse_sort(const reverse_sort &RHS) : SortFunc(RHS.SortFunc) {} function in struct:__anon7874::reverse_sort
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-nm 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-nm 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
nm 
  /external/oprofile/
ChangeLog-2003     [all...]

Completed in 4399 milliseconds