HomeSort by relevance Sort by last modified time
    Searched defs:p_out (Results 1 - 25 of 69) 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/pairing_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = NULL;
75 other.push_imp(p_out);
77 p_out = p_next;
  /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_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = 0;
75 other.push_imp(p_out);
77 p_out = p_next;
  /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_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = 0;
75 other.push_imp(p_out);
77 p_out = p_next;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = NULL;
75 other.push_imp(p_out);
77 p_out = p_next;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = NULL;
75 other.push_imp(p_out);
77 p_out = p_next;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = NULL;
75 other.push_imp(p_out);
77 p_out = p_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = NULL;
75 other.push_imp(p_out);
77 p_out = p_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = 0;
75 other.push_imp(p_out);
77 p_out = p_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 60 node_pointer p_out = base_type::prune(pred); local
61 while (p_out != 0)
66 node_pointer p_next = p_out->m_p_next_sibling;
67 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = 0;
69 other.push_imp(p_out);
70 p_out = p_next;
  /external/kernel-headers/original/linux/
capella_cm3602.h 34 int p_out; /* proximity-sensor outpuCAPELLA_CM3602_IOCTL_ENABLE,t */ member in struct:capella_cm3602_platform_data
  /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 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = NULL;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 other.make_root_and_link(p_out);
75 p_out = p_next;
  /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 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = 0;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 other.make_root_and_link(p_out);
75 p_out = p_next;
  /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 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = 0;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [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/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 other.make_root_and_link(p_out);
75 p_out = p_next;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = NULL;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 other.make_root_and_link(p_out);
75 p_out = p_next;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = NULL;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 other.make_root_and_link(p_out);
75 p_out = p_next;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = NULL;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 other.make_root_and_link(p_out);
75 p_out = p_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = NULL;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != NULL)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 other.make_root_and_link(p_out);
75 p_out = p_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred); local
64 while (p_out != 0)
71 node_pointer p_next = p_out->m_p_next_sibling;
73 p_out->m_p_l_child = p_out->m_p_prev_or_parent = 0;
75 p_out->m_metadata = 0;
77 p_out->m_p_next_sibling = other.m_p_root;
80 other.m_p_root->m_p_prev_or_parent = p_out;
82 other.m_p_root = p_out;
86 p_out = p_next
    [all...]

Completed in 628 milliseconds

1 2 3