Lines Matching defs:counts
980 // All counts, ratios, and types must be valid
3663 unsigned *counts =
3688 counts[index] = 1;
3713 // counts to 1. At all levels up to and including index, we need to
3718 if (counts[index2] > maxCt[index2]) {
3719 maxCt[index2] = counts[index2];
3721 counts[index2] = 1;
3724 counts[index]++;
3762 __kmp_free(counts);
3782 if (counts[index] > maxCt[index]) {
3783 maxCt[index] = counts[index];
3883 __kmp_free(counts);
4596 // This function counts number of clusters/cores at given level.