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

1 2 3 4 5

  /hardware/ril/reference-ril/
at_tok.c 26 * updates *p_cur with current position
28 int at_tok_start(char **p_cur)
30 if (*p_cur == NULL) {
37 *p_cur = strchr(*p_cur, ':');
39 if (*p_cur == NULL) {
43 (*p_cur)++;
48 static void skipWhiteSpace(char **p_cur)
50 if (*p_cur == NULL) return;
52 while (**p_cur != '\0' && isspace(**p_cur))
    [all...]
at_tok.h 21 int at_tok_start(char **p_cur);
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);
26 int at_tok_nextstr(char **p_cur, char **out);
28 int at_tok_hasmore(char **p_cur);
  /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 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != NULL)
84 if (p_cur->m_p_l_child != NULL)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /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 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != 0)
84 if (p_cur->m_p_l_child != 0)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [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/left_child_next_sibling_heap_/
erase_fn_imps.hpp 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != 0)
84 if (p_cur->m_p_l_child != 0)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != NULL)
84 if (p_cur->m_p_l_child != NULL)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != NULL)
84 if (p_cur->m_p_l_child != NULL)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != NULL)
84 if (p_cur->m_p_l_child != NULL)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != NULL)
84 if (p_cur->m_p_l_child != NULL)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != 0)
84 if (p_cur->m_p_l_child != 0)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 82 node_pointer p_cur = m_p_root; local
83 while (p_cur != 0)
84 if (p_cur->m_p_l_child != 0)
86 node_pointer p_child_next = p_cur->m_p_l_child->m_p_next_sibling;
87 p_cur->m_p_l_child->m_p_next_sibling = p_cur->m_p_next_sibling;
88 p_cur->m_p_next_sibling = p_cur->m_p_l_child;
89 p_cur->m_p_l_child = p_child_next;
92 p_cur = p_cur->m_p_next_sibling
113 node_pointer p_cur = m_p_root; local
    [all...]
  /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 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != NULL)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = NULL;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = NULL; local
    [all...]
find_fn_imps.hpp 61 node_pointer p_cur = base_type::m_p_root; local
63 m_p_max = p_cur;
65 while (p_cur != NULL)
67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
68 m_p_max = p_cur;
70 p_cur = p_cur->m_p_next_sibling;
  /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 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != 0)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = 0;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = 0; local
    [all...]
find_fn_imps.hpp 61 node_pointer p_cur = base_type::m_p_root; local
63 m_p_max = p_cur;
65 while (p_cur != 0)
67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
68 m_p_max = p_cur;
70 p_cur = p_cur->m_p_next_sibling;
  /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 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != 0)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = 0;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = 0; local
    [all...]
find_fn_imps.hpp 61 node_pointer p_cur = base_type::m_p_root; local
63 m_p_max = p_cur;
65 while (p_cur != 0)
67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
68 m_p_max = p_cur;
70 p_cur = p_cur->m_p_next_sibling;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != NULL)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = NULL;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = NULL; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != NULL)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = NULL;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = NULL; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != NULL)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = NULL;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = NULL; local
    [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 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != NULL)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = NULL;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = NULL; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 91 node_pointer p_cur = base_type::m_p_root; local
95 while (p_cur != 0)
97 node_pointer p_next = p_cur->m_p_next_sibling;
99 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = 0;
101 p_cur->m_metadata = 0;
103 p_cur->m_p_next_sibling = base_type::m_p_root;
106 base_type::m_p_root->m_p_prev_or_parent = p_cur;
108 base_type::m_p_root = p_cur;
112 p_cur = p_next
161 node_pointer p_cur = 0; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 80 node_pointer p_cur = base_type::m_p_root; local
83 while (p_cur != 0)
85 node_pointer p_next = p_cur->m_p_next_sibling;
86 p_cur->m_p_l_child = p_cur->m_p_prev_or_parent = 0;
87 p_cur->m_metadata = 0;
88 p_cur->m_p_next_sibling = base_type::m_p_root;
91 base_type::m_p_root->m_p_prev_or_parent = p_cur;
93 base_type::m_p_root = p_cur;
95 p_cur = p_next
139 node_pointer p_cur = 0; local
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 197 _CvPyramid *p_cur; local
282 p_cur = (_CvPyramid *) p_base;
298 pyram[l] = p_cur;
306 for( j = 0; j <= size.width; j++, p_cur++ )
308 p_cur->c = pyramida[i * roi.width + j];
309 p_cur->p = &stub;
310 p_cur->a = 0;
311 p_cur->rect.x2 = 0;
335 p_cur = pyram[l] + (size.width + 1) * size.height;
337 p_cur[j].c = 0
611 _CvPyramidC3 *p_cur; local
1032 _CvPyramid *p_cur = (_CvPyramid *) layer_data; local
1215 _CvPyramidC3 *p_cur = (_CvPyramidC3 *) layer_data; local
    [all...]
  /hardware/ril/libril/
ril.cpp 1437 char **p_cur = (char **) response; local
1496 RIL_Call *p_cur = ((RIL_Call **) response)[i]; local
1558 RIL_SMS_Response *p_cur = (RIL_SMS_Response *) response; local
1588 RIL_Data_Call_Response_v4 *p_cur = (RIL_Data_Call_Response_v4 *) response; local
1631 RIL_Data_Call_Response_v6 *p_cur = (RIL_Data_Call_Response_v6 *) response; local
1701 RIL_SIM_IO_Response *p_cur = (RIL_SIM_IO_Response *) response; local
1735 RIL_CallForwardInfo *p_cur = ((RIL_CallForwardInfo **) response)[i]; local
1767 RIL_SuppSvcNotification *p_cur = (RIL_SuppSvcNotification *) response; local
1804 RIL_NeighboringCell *p_cur = ((RIL_NeighboringCell **) response)[i]; local
1847 RIL_CDMA_InformationRecords *p_cur = local
1994 RIL_SignalStrength_v6 *p_cur = ((RIL_SignalStrength_v6 *) response); local
2095 RIL_CDMA_SignalInfoRecord *p_cur = ((RIL_CDMA_SignalInfoRecord *) response); local
2121 RIL_CDMA_CallWaiting_v6 *p_cur = ((RIL_CDMA_CallWaiting_v6 *) response); local
2163 RIL_SimRefreshResponse_v7 *p_cur = ((RIL_SimRefreshResponse_v7 *) response); local
2174 int *p_cur = ((int *) response); local
2205 RIL_CellInfo *p_cur = (RIL_CellInfo *) response; local
2373 RIL_CardStatus_v6 *p_cur = ((RIL_CardStatus_v6 *) response); local
2383 RIL_CardStatus_v5 *p_cur = ((RIL_CardStatus_v5 *) response); local
2405 RIL_GSM_BroadcastSmsConfigInfo **p_cur = local
2426 RIL_CDMA_BroadcastSmsConfigInfo **p_cur = local
2468 RIL_CDMA_SMS_Message *p_cur = (RIL_CDMA_SMS_Message *) response; local
2525 RequestInfo *p_cur; local
    [all...]

Completed in 845 milliseconds

1 2 3 4 5