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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Ddebug_fn_imps.hpp60 if (left_child(i) < m_size)
61 _GLIBCXX_DEBUG_ASSERT(!entry_cmp::operator()(m_a_entries[i], m_a_entries[left_child(i)]));
63 _GLIBCXX_DEBUG_ASSERT(parent(left_child(i)) == i);
H A Dfind_fn_imps.hpp71 left_child(size_type i) function in class:PB_DS_CLASS_C_DEC
H A Dinsert_fn_imps.hpp140 const size_type left_child_i = left_child(i);
H A Dbinary_heap_.hpp296 left_child(size_type i);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dcg_print.c226 Sym *left_child = left->child;
235 print_name (left_child);
237 left->count, left_child->ncalls);
247 if (left_parent == left_child)
253 if (left_parent->cg.cyc.num != 0 && left_child->cg.cyc.num != 0
254 && left_parent->cg.cyc.num == left_child->cg.cyc.num)
225 Sym *left_child = left->child; local

Completed in 171 milliseconds