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

1 2 3 4

  /hardware/ril/reference-ril/
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...]
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);
  /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/libselinux/src/
mapping.c 63 struct selinux_mapping *p_out = current_mapping + j; local
65 p_out->value = string_to_security_class(p_in->name);
66 if (!p_out->value)
76 p_out->perms[k] = string_to_av_perm(p_out->value,
78 if (!p_out->perms[k])
82 p_out->num_perms = k;
  /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.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/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/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/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/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/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.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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred); local
60 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_prev_or_parent = 0;
68 p_out->m_metadata = 0;
70 p_out->m_p_next_sibling = other.m_p_root;
72 other.m_p_root->m_p_prev_or_parent = p_out;
74 other.m_p_root = p_out;
76 p_out = p_next
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 178 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs)
191 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_WORD);
192 UINT16_TO_BE_STREAM (p_out, xx);
196 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_BYTE);
197 UINT8_TO_BE_STREAM (p_out, xx);
203 UINT8_TO_BE_STREAM (p_out, (UINT_DESC_TYPE << 3) | SIZE_FOUR_BYTES);
204 UINT16_TO_BE_STREAM (p_out, 0);
205 UINT16_TO_BE_STREAM (p_out, 0xFFFF);
212 UINT8_TO_BE_STREAM (p_out, (UINT_DESC_TYPE << 3) | SIZE_TWO_BYTES);
213 UINT16_TO_BE_STREAM (p_out, *p_attr)
    [all...]
  /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;

Completed in 3994 milliseconds

1 2 3 4