Searched refs:index_prev (Results 1 – 1 of 1) sorted by relevance
213 int index_curr, index_prev; in push() local226 index_prev = m_count_filled - 2; in push()229 (m_list[index_curr].timestamp > m_list[index_prev].timestamp)) in push()233 timestamp_tmp = m_list[index_prev].timestamp; in push()234 m_list[index_prev].timestamp = m_list[index_curr].timestamp; in push()238 index_prev--; in push()