Searched refs:rev_sort (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHeapActivity.cc289 bool rev_sort = mlist->get_sort_rev (); local
297 hist_data->sort (sort_ind, rev_sort);
H A DHist_data.h216 bool rev_sort; // true if sort is reversed member in class:Hist_data
H A DDataSpace.cc379 bool rev_sort = mlist->get_sort_rev (); local
455 hist_data->sort (sort_ind, rev_sort);
H A DHist_data.cc269 if (hdata->rev_sort)
341 rev_sort = false;
497 if (mode != MODL && ind != -1 && ind == sort_ind && reverse == rev_sort)
515 rev_sort = reverse;
531 int idx0 = rev_sort ? hist_items->size () - 1 : 0;
H A DIOActivity.cc520 bool rev_sort = mlist->get_sort_rev (); local
527 hist_data->sort (sort_ind, rev_sort);
H A DPathTree.cc1111 bool rev_sort = mlist->get_sort_rev (); local
1155 hist_data->sort (sort_ind, rev_sort);

Completed in 242 milliseconds