Searched refs:upperBound (Results 1 – 2 of 2) sorted by relevance
216 long upperBound; in getLogDistribution() local232 upperBound = (nextPower == 0 ? -2L : in getLogDistribution()234 if ((upperBound > 0) && ((upperBound * 2L) < 0)) { in getLogDistribution()235 upperBound = Long.MAX_VALUE; in getLogDistribution()237 bucket = new Distribution.Bucket(lowerBound, upperBound, n++); in getLogDistribution()
159 boolean_t isNaturalNumber(char *numberStr, uint32_t upperBound);5290 isNaturalNumber(char *numberStr, uint32_t upperBound) in isNaturalNumber() argument5305 if (atoi(numberStr) > upperBound) { in isNaturalNumber()