Searched refs:p_upper_bound (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplit_join_fn_imps.hpp98 node_pointer p_upper_bound = upper_bound(r_key).m_p_nd; local
99 _GLIBCXX_DEBUG_ASSERT(p_upper_bound != NULL);
101 splay(p_upper_bound);
102 _GLIBCXX_DEBUG_ASSERT(p_upper_bound->m_p_parent == this->m_p_head);
104 node_pointer p_new_root = p_upper_bound->m_p_left;
109 other.m_p_head->m_p_parent = p_upper_bound;
110 p_upper_bound->m_p_parent = other.m_p_head;
111 p_upper_bound->m_p_left = NULL;
112 apply_update(p_upper_bound, (node_update* )this);

Completed in 42 milliseconds