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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc1467 DataView::sort (const int props[], int prop_count) argument
1474 assert (prop_count >= 0 && prop_count < MAX_SORT_DIMENSIONS);
1476 for (int ii = 0; ii <= prop_count; ii++)
1477 { // sortedBy size is prop_count+1
1479 if (ii == prop_count)
H A DTable.h568 void sort (const int props[], int prop_count);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc1467 DataView::sort (const int props[], int prop_count) argument
1474 assert (prop_count >= 0 && prop_count < MAX_SORT_DIMENSIONS);
1476 for (int ii = 0; ii <= prop_count; ii++)
1477 { // sortedBy size is prop_count+1
1479 if (ii == prop_count)
H A DTable.h568 void sort (const int props[], int prop_count);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-sra.c3321 unsigned prop_count = 0; local
3385 prop_count++;
3394 if ((prop_count + pclen
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-sra.cc3260 unsigned prop_count = 0; local
3324 prop_count++;
3333 if ((prop_count + pclen

Completed in 136 milliseconds