Lines Matching defs:counts
956 // All counts, ratios, and types must be valid
3375 unsigned *counts =
3400 counts[index] = 1;
3425 // counts to 1. At all levels up to and including index, we need to
3430 if (counts[index2] > maxCt[index2]) {
3431 maxCt[index2] = counts[index2];
3433 counts[index2] = 1;
3436 counts[index]++;
3474 __kmp_free(counts);
3494 if (counts[index] > maxCt[index]) {
3495 maxCt[index] = counts[index];
3594 __kmp_free(counts);
4281 // This function counts number of clusters/cores at given level.