HomeSort by: relevance | last modified time | path
    Searched defs:sort_compare (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 77 Hist_data::sort_compare (HistItem *hi_1, HistItem *hi_2, Sort_type stype, function in class:Hist_data
216 int result = sort_compare (hi_1, hi_2, hdata->sort_type, hdata->sort_ind, hdata);
225 result = sort_compare (hi_1, hi_2, ALPHA, 0, NULL);
233 result = sort_compare (hi_1, hi_2, VALUE, i, hdata);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 77 Hist_data::sort_compare (HistItem *hi_1, HistItem *hi_2, Sort_type stype, function in class:Hist_data
216 int result = sort_compare (hi_1, hi_2, hdata->sort_type, hdata->sort_ind, hdata);
225 result = sort_compare (hi_1, hi_2, ALPHA, 0, NULL);
233 result = sort_compare (hi_1, hi_2, VALUE, i, hdata);

Completed in 19 milliseconds