Searched refs:current_lag_index_ (Results 1 – 2 of 2) sorted by relevance
47 current_lag_index_(0), in Expand()104 size_t current_lag = expand_lags_[current_lag_index_]; in Process()111 if (current_lag_index_ == 0) { in Process()117 } else if (current_lag_index_ == 1) { in Process()127 } else if (current_lag_index_ == 2) { in Process()323 current_lag_index_ = 0; in SetParametersForNormalAfterExpand()331 current_lag_index_ = -1; /* out of the 3 possible ones */ in SetParametersForMergeAfterExpand()354 current_lag_index_ = -1; in InitializeForAnExpandPeriod()853 current_lag_index_ = current_lag_index_ + lag_index_direction_; in UpdateLagIndex()855 if (current_lag_index_ <= 0) { in UpdateLagIndex()[all …]
134 int current_lag_index_; variable