Searched refs:upperLength (Results 1 – 2 of 2) sorted by relevance
161 int32_t length, lowerLength, upperLength, rangeCount; in getWeightRanges() local167 upperLength=lengthOfWeight(upperLimit); in getWeightRanges()171 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength); in getWeightRanges()182 if(lowerLength<upperLength) { in getWeightRanges()225 for(length=upperLength; length>=2; --length) { in getWeightRanges()
215 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges() local219 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength); in getWeightRanges()232 if(lowerLength<upperLength) { in getWeightRanges()281 for(int32_t length=upperLength; length>middleLength; --length) { in getWeightRanges()