HomeSort by relevance Sort by last modified time
    Searched refs:p_out (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /hardware/ril/reference-ril/
at_tok.h 22 int at_tok_nextint(char **p_cur, int *p_out);
23 int at_tok_nexthexint(char **p_cur, int *p_out);
25 int at_tok_nextbool(char **p_cur, char *p_out);
at_tok.c 91 * Parses the next integer in the AT response line and places it in *p_out
97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns)
118 *p_out = (int)l;
130 * and places it in *p_out
134 int at_tok_nextint(char **p_cur, int *p_out)
136 return at_tok_nextint_base(p_cur, p_out, 10, 0);
141 * and places it in *p_out
145 int at_tok_nexthexint(char **p_cur, int *p_out)
147 return at_tok_nextint_base(p_cur, p_out, 16, 1);
150 int at_tok_nextbool(char **p_cur, char *p_out)
    [all...]
  /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;
  /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/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/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/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/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/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/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/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 59 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 other.make_root_and_link(p_out);
68 p_out = p_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 115 node_pointer p_out = NULL; local
121 p_cur->m_p_next_sibling = p_out;
122 if (p_out != NULL)
123 p_out->m_p_prev_or_parent = p_cur;
124 p_out = p_cur;
135 return p_out;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 115 node_pointer p_out = 0; local
121 p_cur->m_p_next_sibling = p_out;
122 if (p_out != 0)
123 p_out->m_p_prev_or_parent = p_cur;
124 p_out = p_cur;
135 return p_out;
  /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/left_child_next_sibling_heap_/
erase_fn_imps.hpp 115 node_pointer p_out = 0; local
121 p_cur->m_p_next_sibling = p_out;
122 if (p_out != 0)
123 p_out->m_p_prev_or_parent = p_cur;
124 p_out = p_cur;
135 return p_out;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 115 node_pointer p_out = NULL; local
121 p_cur->m_p_next_sibling = p_out;
122 if (p_out != NULL)
123 p_out->m_p_prev_or_parent = p_cur;
124 p_out = p_cur;
135 return p_out;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 115 node_pointer p_out = NULL; local
121 p_cur->m_p_next_sibling = p_out;
122 if (p_out != NULL)
123 p_out->m_p_prev_or_parent = p_cur;
124 p_out = p_cur;
135 return p_out;

Completed in 222 milliseconds

1 2 3 4