Searched refs:oldestIndex (Results 1 – 1 of 1) sorted by relevance
858 uint32_t oldestIndex = mIndex; in getEstimator() local861 uint32_t nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in getEstimator()867 oldestIndex = nextOldestIndex; in getEstimator()883 uint32_t index = oldestIndex; in getEstimator()885 const Movement& oldestMovement = mMovements[oldestIndex]; in getEstimator()