Searched refs:tempEndPoints (Results 1 – 1 of 1) sorted by relevance
142 int[] tempEndPoints = new int[mBucketCount - 1]; in getBucketEndPoints() local143 calculateBucketEndPoints(tempEndPoints); in getBucketEndPoints()144 return tempEndPoints; in getBucketEndPoints()152 int[] tempEndPoints = new int[mBucketCount - 1]; in getBucketCounters() local154 calculateBucketEndPoints(tempEndPoints); in getBucketCounters()156 addToBucketCounter(tempEndPoints, tempBucketCounters, mInitialTimings[j]); in getBucketCounters()