HomeSort by: relevance | last modified time | path
    Searched refs:prop_count (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Table.cc 1467 DataView::sort (const int props[], int prop_count)
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)
Table.h 569 void sort (const int props[], int prop_count);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Table.cc 1467 DataView::sort (const int props[], int prop_count)
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)
Table.h 569 void sort (const int props[], int prop_count);
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 3662 unsigned prop_count = 0; local
3737 prop_count++;
3746 if ((prop_count + pclen
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 3260 unsigned prop_count = 0; local
3324 prop_count++;
3333 if ((prop_count + pclen

Completed in 24 milliseconds