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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_intervals.cc132 const unsigned int r_max_endpoint =(nd_it.get_r_child() == end_nd_it)? local
138 max((*nd_it)->second, max<unsigned int>(l_max_endpoint, r_max_endpoint));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dtree_intervals.cc155 const unsigned int r_max_endpoint =(p_r_child_entry == NULL)? 0 : p_r_child_entry->m_max_endpoint; local
158 std::max<unsigned int>(l_max_endpoint, r_max_endpoint));

Completed in 100 milliseconds