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

1 2

  /external/strace/tests/
xet_robust_list.c 53 void **p_head = p + page_len - sizeof(void *); local
56 if (syscall(__NR_get_robust_list, long_pid, p_head, p_len))
59 (int) pid, (unsigned long) *p_head, (unsigned long) *p_len);
66 if (syscall(__NR_get_robust_list, long_pid, p_head, p_len))
69 (int) pid, (unsigned long) *p_head, (unsigned long) *p_len);
  /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_/
debug_fn_imps.hpp 71 const node_pointer p_head = base_type::m_p_head; local
72 PB_DS_DEBUG_VERIFY(p_head->m_red);
73 if (p_head->m_p_parent != 0)
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red);
76 assert_node_consistent(p_head->m_p_parent, __file, __line);
split_join_fn_imps.hpp 136 const node_pointer p_head = base_type::m_p_head; local
137 _GLIBCXX_DEBUG_ASSERT(p_min != p_head);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 71 const node_pointer p_head = base_type::m_p_head; local
72 PB_DS_DEBUG_VERIFY(p_head->m_red);
73 if (p_head->m_p_parent != 0)
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red);
76 assert_node_consistent(p_head->m_p_parent, __file, __line);
split_join_fn_imps.hpp 136 const node_pointer p_head = base_type::m_p_head; local
137 _GLIBCXX_DEBUG_ASSERT(p_min != p_head);
  /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_/
debug_fn_imps.hpp 71 const node_pointer p_head = base_type::m_p_head; local
72 PB_DS_DEBUG_VERIFY(p_head->m_red);
73 if (p_head->m_p_parent != 0)
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red);
76 assert_node_consistent(p_head->m_p_parent, __file, __line);
split_join_fn_imps.hpp 136 const node_pointer p_head = base_type::m_p_head; local
137 _GLIBCXX_DEBUG_ASSERT(p_min != p_head);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 71 const node_pointer p_head = base_type::m_p_head; local
72 PB_DS_DEBUG_VERIFY(p_head->m_red);
73 if (p_head->m_p_parent != 0)
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red);
76 assert_node_consistent(p_head->m_p_parent, __file, __line);
split_join_fn_imps.hpp 136 const node_pointer p_head = base_type::m_p_head; local
137 _GLIBCXX_DEBUG_ASSERT(p_min != p_head);
  /system/bt/btif/src/
btif_profile_queue.c 151 connect_node_t *p_head = list_front(connect_queue);
155 if (p_head->busy)
158 p_head->busy = true;
159 return p_head->connect_cb(&p_head->bda, p_head->uuid);
  /hardware/qcom/gps/msm8084/utils/
linked_list.c 47 list_element* p_head; member in struct:list_state
74 tmp_list->p_head = NULL;
140 list_element* tmp = p_list->p_head;
141 p_list->p_head = elem;
143 p_list->p_head->next = tmp;
147 tmp->prev = p_list->p_head;
151 p_list->p_tail = p_list->p_head;
194 p_list->p_head = p_list->p_tail;
221 return p_list->p_head == NULL ? 1 : 0;
241 while( p_list->p_head != NULL
    [all...]
  /hardware/qcom/gps/msm8909/utils/
linked_list.c 47 list_element* p_head; member in struct:list_state
74 tmp_list->p_head = NULL;
140 list_element* tmp = p_list->p_head;
141 p_list->p_head = elem;
143 p_list->p_head->next = tmp;
147 tmp->prev = p_list->p_head;
151 p_list->p_tail = p_list->p_head;
194 p_list->p_head = p_list->p_tail;
221 return p_list->p_head == NULL ? 1 : 0;
241 while( p_list->p_head != NULL
    [all...]
  /hardware/qcom/gps/msm8960/utils/
linked_list.c 47 list_element* p_head; member in struct:list_state
74 tmp_list->p_head = NULL;
140 list_element* tmp = p_list->p_head;
141 p_list->p_head = elem;
143 p_list->p_head->next = tmp;
147 tmp->prev = p_list->p_head;
151 p_list->p_tail = p_list->p_head;
194 p_list->p_head = p_list->p_tail;
221 return p_list->p_head == NULL ? 1 : 0;
241 while( p_list->p_head != NULL
    [all...]
  /hardware/qcom/gps/msm8994/utils/
linked_list.c 47 list_element* p_head; member in struct:list_state
74 tmp_list->p_head = NULL;
140 list_element* tmp = p_list->p_head;
141 p_list->p_head = elem;
143 p_list->p_head->next = tmp;
147 tmp->prev = p_list->p_head;
151 p_list->p_tail = p_list->p_head;
194 p_list->p_head = p_list->p_tail;
221 return p_list->p_head == NULL ? 1 : 0;
241 while( p_list->p_head != NULL
    [all...]
  /hardware/qcom/gps/msm8996/utils/
linked_list.c 47 list_element* p_head; member in struct:list_state
74 tmp_list->p_head = NULL;
140 list_element* tmp = p_list->p_head;
141 p_list->p_head = elem;
143 p_list->p_head->next = tmp;
147 tmp->prev = p_list->p_head;
151 p_list->p_tail = p_list->p_head;
194 p_list->p_head = p_list->p_tail;
221 return p_list->p_head == NULL ? 1 : 0;
241 while( p_list->p_head != NULL
    [all...]
  /hardware/qcom/gps/msmcobalt/utils/
linked_list.c 46 list_element* p_head; member in struct:list_state
73 tmp_list->p_head = NULL;
139 list_element* tmp = p_list->p_head;
140 p_list->p_head = elem;
142 p_list->p_head->next = tmp;
146 tmp->prev = p_list->p_head;
150 p_list->p_tail = p_list->p_head;
193 p_list->p_head = p_list->p_tail;
220 return p_list->p_head == NULL ? 1 : 0;
240 while( p_list->p_head != NULL
    [all...]
  /hardware/qcom/gps/utils/
linked_list.c 47 list_element* p_head; member in struct:list_state
74 tmp_list->p_head = NULL;
140 list_element* tmp = p_list->p_head;
141 p_list->p_head = elem;
143 p_list->p_head->next = tmp;
147 tmp->prev = p_list->p_head;
151 p_list->p_tail = p_list->p_head;
194 p_list->p_head = p_list->p_tail;
221 return p_list->p_head == NULL ? 1 : 0;
241 while( p_list->p_head != NULL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
debug_fn_imps.hpp 49 const node_pointer p_head = base_type::m_p_head; local
50 assert_special_imp(p_head, __file, __line);
splay_fn_imps.hpp 50 node_pointer p_head = base_type::m_p_head; local
51 assert_special_imp(p_head, __FILE__, __LINE__);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
debug_fn_imps.hpp 49 const node_pointer p_head = base_type::m_p_head; local
50 assert_special_imp(p_head, __file, __line);
splay_fn_imps.hpp 50 node_pointer p_head = base_type::m_p_head; local
51 assert_special_imp(p_head, __FILE__, __LINE__);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
debug_fn_imps.hpp 49 const node_pointer p_head = base_type::m_p_head; local
50 assert_special_imp(p_head, __file, __line);
splay_fn_imps.hpp 50 node_pointer p_head = base_type::m_p_head; local
51 assert_special_imp(p_head, __FILE__, __LINE__);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
debug_fn_imps.hpp 49 const node_pointer p_head = base_type::m_p_head; local
50 assert_special_imp(p_head, __file, __line);
  /system/bt/stack/sdp/
sdp_db.c 223 UINT8 *p_head = p; local
262 return (p - p_head);
533 UINT8 *p_head; local
542 p_head = p;
571 p = p_head;
572 if(p_head == p_buff)
    [all...]

Completed in 617 milliseconds

1 2