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

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; local
115 while (p_other != NULL)
117 node_pointer p_next = p_other->m_p_next_sibling;
119 make_root_and_link(p_other);
121 p_other = p_next;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp135 node_pointer p_other = other.m_p_root; local
137 if (p_other != NULL)
140 node_pointer p_next = p_other->m_p_next_sibling;
142 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
144 p_other = p_next;
146 while (p_other != NULL);

Completed in 74 milliseconds