Searched refs:endRun (Results 1 – 1 of 1) sorted by relevance
449 int32_t endRun = startRun + lengthRun; in computeValues() local450 if (endRun <= int32_t(start)) { in computeValues()456 if (endRun > end) { in computeValues()457 endRun = end; in computeValues()460 lengthRun = endRun - startRun; in computeValues()