HomeSort by relevance Sort by last modified time
    Searched defs:p_ret (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = NULL; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != NULL)
228 p_ret->m_p_prev_or_parent = NULL;
230 return p_ret;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = 0; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != 0)
228 p_ret->m_p_prev_or_parent = 0;
230 return p_ret;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = 0; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != 0)
228 p_ret->m_p_prev_or_parent = 0;
230 return p_ret;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = NULL; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != NULL)
228 p_ret->m_p_prev_or_parent = NULL;
230 return p_ret;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = NULL; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != NULL)
228 p_ret->m_p_prev_or_parent = NULL;
230 return p_ret;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = NULL; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != NULL)
228 p_ret->m_p_prev_or_parent = NULL;
230 return p_ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = NULL; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != NULL)
228 p_ret->m_p_prev_or_parent = NULL;
230 return p_ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 159 node_pointer p_ret = 0; local
168 p_ret = p_cur = p_lhs;
182 p_ret = p_cur = p_rhs;
200 p_ret = p_cur = p_lhs;
227 if (p_ret != 0)
228 p_ret->m_p_prev_or_parent = 0;
230 return p_ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 138 node_pointer p_ret = 0; local
146 p_ret = p_cur = p_lhs;
158 p_ret = p_cur = p_rhs;
172 p_ret = p_cur = p_lhs;
193 if (p_ret != 0)
194 p_ret->m_p_prev_or_parent = 0;
196 return p_ret;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == NULL)
141 while (p_ret->m_p_next_sibling != NULL)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == 0)
141 while (p_ret->m_p_next_sibling != 0)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == 0)
141 while (p_ret->m_p_next_sibling != 0)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == NULL)
141 while (p_ret->m_p_next_sibling != NULL)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == NULL)
141 while (p_ret->m_p_next_sibling != NULL)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == NULL)
141 while (p_ret->m_p_next_sibling != NULL)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == NULL)
141 while (p_ret->m_p_next_sibling != NULL)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 138 node_pointer p_ret = p_nd->m_p_l_child; local
139 if (p_ret == 0)
141 while (p_ret->m_p_next_sibling != 0)
142 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
143 while (p_ret->m_p_prev_or_parent != p_nd)
144 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 135 node_pointer p_ret = p_nd->m_p_l_child; local
136 if (p_ret == 0)
138 while (p_ret->m_p_next_sibling != 0)
139 p_ret = forward_join(p_ret, p_ret->m_p_next_sibling);
140 while (p_ret->m_p_prev_or_parent != p_nd)
141 p_ret = back_join(p_ret->m_p_prev_or_parent, p_ret);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 189 internal_node_pointer p_ret; local
194 p_ret = s_internal_node_allocator.allocate(1);
203 new (p_ret) internal_node(p_other_internal_nd->get_e_ind(),
209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
212 apply_update(p_ret, (node_update* )this);
213 return p_ret;
split_fn_imps.hpp 192 node_pointer p_ret =* p_internal_nd->begin(); local
195 apply_update(p_ret, (node_update* )this);
196 return (p_ret);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 190 internal_node_pointer p_ret; local
195 p_ret = s_internal_node_allocator.allocate(1);
204 new (p_ret) internal_node(p_other_internal_nd->get_e_ind(),
210 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
213 apply_update(p_ret, (node_update* )this);
214 return p_ret;
split_fn_imps.hpp 192 node_pointer p_ret =* p_internal_nd->begin(); local
195 apply_update(p_ret, (node_update* )this);
196 return (p_ret);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 190 internal_node_pointer p_ret; local
195 p_ret = s_internal_node_allocator.allocate(1);
204 new (p_ret) internal_node(p_other_internal_nd->get_e_ind(),
210 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
213 apply_update(p_ret, (node_update* )this);
214 return p_ret;
split_fn_imps.hpp 192 node_pointer p_ret =* p_internal_nd->begin(); local
195 apply_update(p_ret, (node_update* )this);
196 return (p_ret);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 189 internal_node_pointer p_ret; local
194 p_ret = s_internal_node_allocator.allocate(1);
203 new (p_ret) internal_node(p_other_internal_nd->get_e_ind(),
209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
212 apply_update(p_ret, (node_update* )this);
213 return p_ret;

Completed in 2213 milliseconds

1 2 3