HomeSort by relevance Sort by last modified time
    Searched refs:p_lf (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/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != NULL && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != 0 && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /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/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != 0 && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != NULL && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != NULL && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != NULL && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != NULL && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 380 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
381 if (p_lf != 0 && p_lf->m_type == pat_trie_leaf_node_type &&
382 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
386 return std::make_pair(iterator(p_lf), false);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 384 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); local
385 if (p_lf != 0 && p_lf->m_type == leaf_node &&
386 synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
390 return std::make_pair(iterator(p_lf), false);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 616 tNFC_RF_LF_PARAMS *p_lf; local
688 p_lf = &p_param->param.lf;
692 STREAM_TO_ARRAY (p_lf->nfcid2, p, NCI_NFCID2_LEN);
    [all...]

Completed in 250 milliseconds