Searched refs:oldestIndex (Results 1 – 1 of 1) sorted by relevance
913 uint32_t oldestIndex = mIndex; in getEstimator() local916 uint32_t nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in getEstimator()922 oldestIndex = nextOldestIndex; in getEstimator()938 uint32_t index = oldestIndex; in getEstimator()940 const Movement& oldestMovement = mMovements[oldestIndex]; in getEstimator()