HomeSort by relevance Sort by last modified time
    Searched refs:p_found (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /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/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 236 tNFA_EE_ECB *p_cb, *p_found = NULL; local
245 p_found = p_cb;
251 if (p_found == NULL)
261 p_msg->p_cb = p_found;

Completed in 365 milliseconds