Home
last modified time | relevance | path

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

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