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

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c451 int bucketCount[HASHSIZE]; variable
556 bucketCount[hash]++;
2281 if (bucketCount[i] == 0) emptyCount++;
2282 if (bucketCount[i] > biggestBucket) biggestBucket = bucketCount[i];
2286 count[bucketCount[i] * 10 / biggestBucket]++;

Completed in 14 milliseconds