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

  /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_/
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.15-4.8/x86_64-linux/include/c++/4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/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/r11/sources/cxx-stl/gnu-libstdc++/4.9/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/r13/sources/cxx-stl/gnu-libstdc++/4.9/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);
  /system/nfc/src/nfa/ee/
nfa_ee_api.c 224 tNFA_EE_ECB *p_cb, *p_found = NULL; local
231 p_found = p_cb;
238 if (p_found == NULL) {
247 p_msg->p_cb = p_found;

Completed in 2350 milliseconds