Home
last modified time | relevance | path

Searched refs:MAX_SORT_DIMENSIONS (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DTable.h611 #define MAX_SORT_DIMENSIONS 10 macro
613 Data *sortedBy[MAX_SORT_DIMENSIONS + 1]; // columns for sort
H A DTable.cc1311 for (int ii = 0; ii < (MAX_SORT_DIMENSIONS + 1); ii++) in init()
1474 assert (prop_count >= 0 && prop_count < MAX_SORT_DIMENSIONS); in sort()
1540 for (int ii = 0; ii < MAX_SORT_DIMENSIONS; ii++) in tvalcmp()
1559 for (int ii = 0; ii < MAX_SORT_DIMENSIONS; ii++) in checkSortTypes()
1585 for (int ii = 0; ii < (MAX_SORT_DIMENSIONS - 1); ii++) in idxRootDimensionsMatch()