Searched refs:numOfInterest (Results 1 – 1 of 1) sorted by relevance
1443 int numOfInterest = 0; in computeTimeEstimate() local1454 numOfInterest++; in computeTimeEstimate()1459 if (numOfInterest <= 0) { in computeTimeEstimate()1464 outNumOfInterest[0] = numOfInterest; in computeTimeEstimate()1469 return (total / numOfInterest) * 100; in computeTimeEstimate()