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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp107 node_pointer p_other = other.m_p_root; local
109 while (p_other != NULL)
111 node_pointer p_next = p_other->m_p_next_sibling;
113 make_root_and_link(p_other);
115 p_other = p_next;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp129 node_pointer p_other = other.m_p_root; local
131 if (p_other != NULL)
134 node_pointer p_next = p_other->m_p_next_sibling;
136 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
138 p_other = p_next;
140 while (p_other != NULL);

Completed in 53 milliseconds