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

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

Completed in 112 milliseconds