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

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dsplit_join_fn_imps.hpp158 find_join_pos_right(node_pointer p_l, size_type h_l, size_type h_r) argument
160 _GLIBCXX_DEBUG_ASSERT(h_l >= h_r);
166 while (h_l > h_r)
185 _GLIBCXX_DEBUG_ASSERT(black_height(p_l) == h_r);
195 find_join_pos_left(node_pointer p_r, size_type h_l, size_type h_r) argument
197 _GLIBCXX_DEBUG_ASSERT(h_r > h_l);
202 while (h_r > h_l)
206 _GLIBCXX_DEBUG_ASSERT(h_r > 0);
207 --h_r;

Completed in 105 milliseconds