Searched refs:oldestIndex (Results 1 – 1 of 1) sorted by relevance
939 uint32_t oldestIndex = mIndex; in getEstimator() local942 uint32_t nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in getEstimator()948 oldestIndex = nextOldestIndex; in getEstimator()964 uint32_t index = oldestIndex; in getEstimator()966 const Movement& oldestMovement = mMovements[oldestIndex]; in getEstimator()