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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp96 node_pointer p_other = other.m_p_root; local
97 while (p_other != 0)
99 node_pointer p_next = p_other->m_p_next_sibling;
100 make_root_and_link(p_other);
101 p_other = p_next;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp96 node_pointer p_other = other.m_p_root; local
97 while (p_other != 0)
99 node_pointer p_next = p_other->m_p_next_sibling;
100 make_root_and_link(p_other);
101 p_other = p_next;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; local
114 if (p_other != 0)
117 node_pointer p_next = p_other->m_p_next_sibling;
118 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
119 p_other = p_next;
121 while (p_other != 0);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp113 node_pointer p_other = other.m_p_root; local
114 if (p_other != 0)
117 node_pointer p_next = p_other->m_p_next_sibling;
118 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
119 p_other = p_next;
121 while (p_other != 0);

Completed in 113 milliseconds