Searched refs:child_i (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/common/lib/libc/stdlib/
H A Dheapsort.c108 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \
109 for (par_i = initval; (child_i = par_i * 2) <= nmemb; \
110 par_i = child_i) { \
111 child = base + child_i * size; \
112 if (child_i < nmemb && compar(child, child + size) < 0) { \
114 ++child_i; \
140 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
141 for (par_i = 1; (child_i = par_i * 2) <= nmemb; par_i = child_i) { \
142 child = base + child_i * siz
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp183 size_type child_i = 0; local
193 a_p_children[child_i] = recursive_copy_node(*(child_it));
194 child_i++;
201 while (child_i-- > 0)
202 clear_imp(a_p_children[child_i]);
208 --child_i;
209 _GLIBCXX_DEBUG_ASSERT(child_i >= 1);
211 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
212 pref_end(a_p_children[child_i]), thi
[all...]
H A Dtrace_fn_imps.hpp89 for (size_type child_i = 0; child_i < num_children; ++child_i)
92 std::advance(child_it, num_children - child_i - 1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp183 size_type child_i = 0; local
193 a_p_children[child_i] = recursive_copy_node(*(child_it));
194 child_i++;
201 while (child_i-- > 0)
202 clear_imp(a_p_children[child_i]);
208 --child_i;
209 _GLIBCXX_DEBUG_ASSERT(child_i >= 1);
211 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
212 pref_end(a_p_children[child_i]), thi
[all...]
H A Dtrace_fn_imps.hpp89 for (size_type child_i = 0; child_i < num_children; ++child_i)
92 std::advance(child_it, num_children - child_i - 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddominance.c364 TBB child_i = m_dfs_order[bn->index] = m_dfsnum++; local
365 m_dfs_to_bb[child_i] = bn;
366 m_dfs_parent[child_i] = my_i;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddominance.cc364 TBB child_i = m_dfs_order[bn->index] = m_dfsnum++; local
365 m_dfs_to_bb[child_i] = bn;
366 m_dfs_parent[child_i] = my_i;

Completed in 127 milliseconds