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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [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/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != NULL)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != NULL)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != NULL)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != NULL)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 206 node_pointer p_w = p_new_x_parent->m_p_right; local
207 if (p_w->m_red)
209 p_w->m_red = false;
212 p_w = p_new_x_parent->m_p_right;
215 if (is_effectively_black(p_w->m_p_left)
216 && is_effectively_black(p_w->m_p_right))
218 p_w->m_red = true;
224 if (is_effectively_black(p_w->m_p_right))
226 if (p_w->m_p_left != 0)
227 p_w->m_p_left->m_red = false
247 node_pointer p_w = p_new_x_parent->m_p_left; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 183 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
184 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
185 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
217 node_pointer p_w = p_y->m_p_l_child; local
218 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
219 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
221 p_y->m_p_l_child = p_w->m_p_next_sibling;
222 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
224 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
225 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 155 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
156 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
157 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
184 node_pointer p_w = p_y->m_p_l_child; local
185 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
186 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
188 p_y->m_p_l_child = p_w->m_p_next_sibling;
189 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
191 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
192 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [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/thin_heap_/
insert_fn_imps.hpp 155 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
156 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
157 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
184 node_pointer p_w = p_y->m_p_l_child; local
185 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
186 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
188 p_y->m_p_l_child = p_w->m_p_next_sibling;
189 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
191 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
192 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 183 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
184 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
185 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == NULL);
217 node_pointer p_w = p_y->m_p_l_child; local
218 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
219 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL);
221 p_y->m_p_l_child = p_w->m_p_next_sibling;
222 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
224 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
225 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 183 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
184 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
185 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == NULL);
217 node_pointer p_w = p_y->m_p_l_child; local
218 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
219 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL);
221 p_y->m_p_l_child = p_w->m_p_next_sibling;
222 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
224 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
225 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 183 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
184 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
185 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == NULL);
217 node_pointer p_w = p_y->m_p_l_child; local
218 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
219 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL);
221 p_y->m_p_l_child = p_w->m_p_next_sibling;
222 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
224 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
225 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 183 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
184 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
185 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == NULL);
217 node_pointer p_w = p_y->m_p_l_child; local
218 _GLIBCXX_DEBUG_ASSERT(p_w != NULL);
219 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL);
221 p_y->m_p_l_child = p_w->m_p_next_sibling;
222 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
224 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
225 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != NULL)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 183 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
184 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
185 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
217 node_pointer p_w = p_y->m_p_l_child; local
218 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
219 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
221 p_y->m_p_l_child = p_w->m_p_next_sibling;
222 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
224 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
225 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 155 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
156 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
157 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
184 node_pointer p_w = p_y->m_p_l_child; local
185 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
186 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
188 p_y->m_p_l_child = p_w->m_p_next_sibling;
189 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
191 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
192 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 183 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
184 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
185 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
217 node_pointer p_w = p_y->m_p_l_child; local
218 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
219 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
221 p_y->m_p_l_child = p_w->m_p_next_sibling;
222 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
224 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
225 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 155 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
156 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
157 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
184 node_pointer p_w = p_y->m_p_l_child; local
185 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
186 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
188 p_y->m_p_l_child = p_w->m_p_next_sibling;
189 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
191 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
192 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 155 _GLIBCXX_DEBUG_ONLY(node_pointer p_w = p_y->m_p_l_child;)
156 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
157 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling == 0);
184 node_pointer p_w = p_y->m_p_l_child; local
185 _GLIBCXX_DEBUG_ASSERT(p_w != 0);
186 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0);
188 p_y->m_p_l_child = p_w->m_p_next_sibling;
189 p_w->m_p_next_sibling->m_p_prev_or_parent = p_y;
191 p_w->m_p_next_sibling = p_y->m_p_next_sibling;
192 _GLIBCXX_DEBUG_ASSERT(p_w->m_p_next_sibling != 0)
    [all...]

Completed in 3797 milliseconds

1 2