HomeSort by relevance Sort by last modified time
    Searched refs:p_first (Results 26 - 35 of 35) sorted by null

12

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /external/freetype/src/autofit/
aflatin.c 544 FT_Int p_first = 0; /* make compiler happy */ local
590 p_first = first;
595 p_first = -1;
627 if ( p_first < 0 )
628 p_first = last;
664 if ( p_first < 0 )
665 p_first = last;
675 best_on_point_first = p_first;
    [all...]
  /system/bt/stack/gatt/
gatt_sr.c 539 p_srv = p_list->p_first;
863 p_srv = p_list->p_first;
    [all...]
gatt_int.h 324 tGATT_HDL_LIST_ELEM *p_first; member in struct:__anon69387
344 tGATT_SRV_LIST_ELEM *p_first; member in struct:__anon69388
gatt_api.c 181 p_list = p_list_info->p_first;
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 597 while (p_dlcb->i_xmit_q.p_first)
    [all...]
  /system/bt/stack/btm/
btm_sco.c 91 while (p->xmit_data_q.p_first)
247 while (p_ccb->xmit_data_q.p_first != NULL)
    [all...]
  /system/bt/stack/l2cap/
l2c_fcr.c     [all...]

Completed in 854 milliseconds

12