Searched refs:p_lhs (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/ |
| D | split_join_fn_imps.hpp | 163 join(node_pointer p_lhs, node_pointer p_rhs) const in join() argument 169 while (p_lhs != NULL || p_rhs != NULL) in join() 174 p_ret = p_cur = p_lhs; in join() 177 p_cur->m_p_next_sibling = p_lhs; in join() 179 p_lhs->m_p_prev_or_parent = p_cur; in join() 182 p_cur = p_lhs = NULL; in join() 184 else if (p_lhs == NULL || p_rhs->m_metadata < p_lhs->m_metadata) in join() 203 else if (p_lhs->m_metadata < p_rhs->m_metadata) in join() 206 p_ret = p_cur = p_lhs; in join() 209 p_cur->m_p_next_sibling = p_lhs; in join() [all …]
|
| D | binomial_heap_base_.hpp | 214 join(node_pointer p_lhs, node_pointer p_rhs) const;
|
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
| D | entry_cmp.hpp | 89 operator()(entry p_lhs, entry p_rhs) const in operator ()() 91 return Cmp_Fn::operator()(*p_lhs, * p_rhs); in operator ()()
|
| /trueos/contrib/gcc/ |
| HD | tree-vect-generic.c | 374 tree *p_lhs, *p_rhs, lhs, rhs, type, compute_type; in expand_vector_operations_1() local 389 p_lhs = &TREE_OPERAND (stmt, 0); in expand_vector_operations_1() 391 lhs = *p_lhs; in expand_vector_operations_1()
|
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
| D | thin_heap_.hpp | 266 join(node_pointer p_lhs, node_pointer p_rhs) const;
|