Searched refs:DATA_SORT_EOL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc1248 for (Data **dsorted = (Data**) arg; *dsorted != DATA_SORT_EOL; dsorted++)
1312 sortedBy[ii] = DATA_SORT_EOL;
1414 if (checkUpdate () && sortedBy[0] != DATA_SORT_EOL)
1480 data = DATA_SORT_EOL; // special end of array marker
1542 if (sortedBy[ii] == DATA_SORT_EOL)
1561 if (sortedBy[ii] == DATA_SORT_EOL)
1587 if (sortedBy[ii + 1] == DATA_SORT_EOL)
1589 if (sortedBy[ii] == DATA_SORT_EOL)
1615 if (index == NULL || sortedBy[0] == DATA_SORT_EOL)
H A DTable.h612 #define DATA_SORT_EOL ((Data *) -1) /* marks end of sortedBy[] array */ macro
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc1248 for (Data **dsorted = (Data**) arg; *dsorted != DATA_SORT_EOL; dsorted++)
1312 sortedBy[ii] = DATA_SORT_EOL;
1414 if (checkUpdate () && sortedBy[0] != DATA_SORT_EOL)
1480 data = DATA_SORT_EOL; // special end of array marker
1542 if (sortedBy[ii] == DATA_SORT_EOL)
1561 if (sortedBy[ii] == DATA_SORT_EOL)
1587 if (sortedBy[ii + 1] == DATA_SORT_EOL)
1589 if (sortedBy[ii] == DATA_SORT_EOL)
1615 if (index == NULL || sortedBy[0] == DATA_SORT_EOL)
H A DTable.h612 #define DATA_SORT_EOL ((Data *) -1) /* marks end of sortedBy[] array */ macro

Completed in 260 milliseconds