OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_first
(Results
1 - 19
of
19
) sorted by null
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
251
node_pointer
p_first
= *begin();
local
252
if (
p_first
->m_type == pat_trie_leaf_node_type)
254
const_leaf_pointer p = static_cast<const_leaf_pointer>(
p_first
);
259
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == pat_trie_internal_node_type);
260
m_pref_b_it = static_cast<internal_node_pointer>(
p_first
)->pref_b_it();
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
251
node_pointer
p_first
= *begin();
local
252
if (
p_first
->m_type == pat_trie_leaf_node_type)
254
const_leaf_pointer p = static_cast<const_leaf_pointer>(
p_first
);
259
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == pat_trie_internal_node_type);
260
m_pref_b_it = static_cast<internal_node_pointer>(
p_first
)->pref_b_it();
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
251
node_pointer
p_first
= *begin();
local
252
if (
p_first
->m_type == pat_trie_leaf_node_type)
254
const_leaf_pointer p = static_cast<const_leaf_pointer>(
p_first
);
259
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == pat_trie_internal_node_type);
260
m_pref_b_it = static_cast<internal_node_pointer>(
p_first
)->pref_b_it();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
251
node_pointer
p_first
= *begin();
local
252
if (
p_first
->m_type == pat_trie_leaf_node_type)
254
const_leaf_pointer p = static_cast<const_leaf_pointer>(
p_first
);
259
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == pat_trie_internal_node_type);
260
m_pref_b_it = static_cast<internal_node_pointer>(
p_first
)->pref_b_it();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
251
node_pointer
p_first
= *begin();
local
252
if (
p_first
->m_type == pat_trie_leaf_node_type)
254
const_leaf_pointer p = static_cast<const_leaf_pointer>(
p_first
);
259
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == pat_trie_internal_node_type);
260
m_pref_b_it = static_cast<internal_node_pointer>(
p_first
)->pref_b_it();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
251
node_pointer
p_first
= *begin();
local
252
if (
p_first
->m_type == pat_trie_leaf_node_type)
254
const_leaf_pointer p = static_cast<const_leaf_pointer>(
p_first
);
259
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == pat_trie_internal_node_type);
260
m_pref_b_it = static_cast<internal_node_pointer>(
p_first
)->pref_b_it();
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h
350
TIMER_LIST_ENT *
p_first
;
member in struct:__anon12654
361
void *
p_first
;
member in struct:__anon12655
gki_common.h
82
BUFFER_HDR_T *
p_first
; /* first buffer in the queue */
member in struct:_free_queue
/external/libnfc-nci/src/gki/common/
gki.h
353
TIMER_LIST_ENT *
p_first
;
member in struct:__anon12683
364
void *
p_first
;
member in struct:__anon12684
gki_common.h
82
BUFFER_HDR_T *
p_first
; /* first buffer in the queue */
member in struct:_free_queue
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/8/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.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_int.h
324
tGATT_HDL_LIST_ELEM *
p_first
;
member in struct:__anon69387
344
tGATT_SRV_LIST_ELEM *
p_first
;
member in struct:__anon69388
Completed in 1771 milliseconds