Home
last modified time | relevance | path

Searched refs:p_rhs (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
Dsplit_join_fn_imps.hpp163 join(node_pointer p_lhs, node_pointer p_rhs) const in join()
169 while (p_lhs != NULL || p_rhs != NULL) in join()
171 if (p_rhs == NULL) in join()
184 else if (p_lhs == NULL || p_rhs->m_metadata < p_lhs->m_metadata) in join()
188 p_ret = p_cur = p_rhs; in join()
190 p_rhs = p_rhs->m_p_prev_or_parent; in join()
194 p_cur->m_p_next_sibling = p_rhs; in join()
196 p_rhs = p_rhs->m_p_prev_or_parent; in join()
203 else if (p_lhs->m_metadata < p_rhs->m_metadata) in join()
220 node_pointer p_next_rhs = p_rhs->m_p_prev_or_parent; in join()
[all …]
Dbinomial_heap_base_.hpp214 join(node_pointer p_lhs, node_pointer p_rhs) const;
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
Dentry_cmp.hpp89 operator()(entry p_lhs, entry p_rhs) const in operator ()()
91 return Cmp_Fn::operator()(*p_lhs, * p_rhs); in operator ()()
/freebsd-10-stable/contrib/gcc/
Dtree-vect-generic.c374 tree *p_lhs, *p_rhs, lhs, rhs, type, compute_type; in expand_vector_operations_1() local
390 p_rhs = &TREE_OPERAND (stmt, 1); in expand_vector_operations_1()
392 rhs = *p_rhs; in expand_vector_operations_1()
456 *p_rhs = rhs; in expand_vector_operations_1()
458 *p_rhs = gimplify_build1 (bsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs), rhs); in expand_vector_operations_1()
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
Dthin_heap_.hpp266 join(node_pointer p_lhs, node_pointer p_rhs) const;