HomeSort by relevance Sort by last modified time
    Searched refs:p_ret (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 159 node_pointer p_ret = s_node_allocator.allocate(1);
162 new (p_ret) node(*p_nd);
166 s_node_allocator.deallocate(p_ret, 1);
170 p_ret->m_p_left = p_ret->m_p_right = 0;
174 p_ret->m_p_left = recursive_copy_node(p_nd->m_p_left);
175 p_ret->m_p_right = recursive_copy_node(p_nd->m_p_right);
179 clear_imp(p_ret);
183 if (p_ret->m_p_left != 0)
184 p_ret->m_p_left->m_p_parent = p_ret
    [all...]
  /system/bt/bta/include/
bta_av_sbc.h 74 ** The number of bytes used in p_src (in *p_ret)
79 UINT32 *p_ret);
95 ** The number of bytes used in p_src (in *p_ret)
100 UINT32 *p_ret);
116 ** The number of bytes used in p_src (in *p_ret)
121 UINT32 *p_ret);
137 ** The number of bytes used in p_src (in *p_ret)
142 UINT32 *p_ret);
158 ** The number of bytes used in p_src (in *p_ret)
163 UINT32 *p_ret);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/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/ndk/9/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/9/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/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/ndk/9/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;

Completed in 854 milliseconds

12 3 4 5