OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__tail
(Results
51 - 59
of
59
) sorted by null
1
2
3
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable
657
_Node**
__tail
= _M_buckets + __i;
660
*
__tail
= _M_allocate_node(__n->_M_v);
661
this->_M_copy_code(*
__tail
, __n);
662
__tail
= &((*
__tail
)->_M_next);
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
hashtable
653
_Node**
__tail
= _M_buckets + __i;
656
*
__tail
= _M_allocate_node(__n->_M_v);
657
this->_M_copy_code(*
__tail
, __n);
658
__tail
= &((*
__tail
)->_M_next);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h
81
_Fwd_list_node_base*
__tail
= _M_next;
local
82
if (!
__tail
)
84
while (_Fwd_list_node_base* __temp =
__tail
->_M_next)
88
__tail
->_M_next = __temp->_M_next;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h
81
_Fwd_list_node_base*
__tail
= _M_next;
local
82
if (!
__tail
)
84
while (_Fwd_list_node_base* __temp =
__tail
->_M_next)
88
__tail
->_M_next = __temp->_M_next;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h
81
_Fwd_list_node_base*
__tail
= _M_next;
local
82
if (!
__tail
)
84
while (_Fwd_list_node_base* __temp =
__tail
->_M_next)
88
__tail
->_M_next = __temp->_M_next;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h
74
_Fwd_list_node_base*
__tail
= _M_next;
local
75
if (!
__tail
)
77
while (_Fwd_list_node_base* __temp =
__tail
->_M_next)
81
__tail
->_M_next = __temp->_M_next;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h
81
_Fwd_list_node_base*
__tail
= _M_next;
local
82
if (!
__tail
)
84
while (_Fwd_list_node_base* __temp =
__tail
->_M_next)
88
__tail
->_M_next = __temp->_M_next;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h
74
_Fwd_list_node_base*
__tail
= _M_next;
local
75
if (!
__tail
)
77
while (_Fwd_list_node_base* __temp =
__tail
->_M_next)
81
__tail
->_M_next = __temp->_M_next;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h
74
_Fwd_list_node_base*
__tail
= _M_next;
local
75
if (!
__tail
)
77
while (_Fwd_list_node_base* __temp =
__tail
->_M_next)
81
__tail
->_M_next = __temp->_M_next;
[
all
...]
Completed in 2636 milliseconds
1
2
3