HomeSort by relevance Sort by last modified time
    Searched refs:_M_next (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/stlport/stlport/stl/
_slist_base.c 41 while (__head && __head->_M_next != __node)
42 __head = __head->_M_next;
51 _Slist_node_base* __after = __pos->_M_next;
52 __pos->_M_next = __head->_M_next;
53 __head->_M_next = 0;
54 __before_last->_M_next = __after;
64 _Slist_node_base* __first = __before_first->_M_next;
65 _Slist_node_base* __after = __pos->_M_next;
66 __before_first->_M_next = __before_last->_M_next
    [all...]
_slist.c 46 _Slist_node_base* __cur = __before_first->_M_next;
49 __cur = __cur->_M_next;
53 __before_first->_M_next = __last_node;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
78 __n1 = __n1->_M_next;
79 __n2 = __n2->_M_next;
93 _Node_base* __node = this->_M_head._M_data._M_next;
97 __node = __node->_M_next;
108 while (__cur->_M_next != 0 && __len > 0)
    [all...]
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist_base.c 41 while (__head && __head->_M_next != __node)
42 __head = __head->_M_next;
51 _Slist_node_base* __after = __pos->_M_next;
52 __pos->_M_next = __head->_M_next;
53 __head->_M_next = 0;
54 __before_last->_M_next = __after;
64 _Slist_node_base* __first = __before_first->_M_next;
65 _Slist_node_base* __after = __pos->_M_next;
66 __before_first->_M_next = __before_last->_M_next
    [all...]
_slist.c 46 _Slist_node_base* __cur = __before_first->_M_next;
49 __cur = __cur->_M_next;
53 __before_first->_M_next = __last_node;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
78 __n1 = __n1->_M_next;
79 __n2 = __n2->_M_next;
93 _Node_base* __node = this->_M_head._M_data._M_next;
97 __node = __node->_M_next;
108 while (__cur->_M_next != 0 && __len > 0)
    [all...]
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_slist_base.c 41 while (__head && __head->_M_next != __node)
42 __head = __head->_M_next;
51 _Slist_node_base* __after = __pos->_M_next;
52 __pos->_M_next = __head->_M_next;
53 __head->_M_next = 0;
54 __before_last->_M_next = __after;
64 _Slist_node_base* __first = __before_first->_M_next;
65 _Slist_node_base* __after = __pos->_M_next;
66 __before_first->_M_next = __before_last->_M_next
    [all...]
_slist.c 46 _Slist_node_base* __cur = __before_first->_M_next;
49 __cur = __cur->_M_next;
53 __before_first->_M_next = __last_node;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
78 __n1 = __n1->_M_next;
79 __n2 = __n2->_M_next;
93 _Node_base* __node = this->_M_head._M_data._M_next;
97 __node = __node->_M_next;
108 while (__cur->_M_next != 0 && __len > 0)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_slist_base.c 41 while (__head && __head->_M_next != __node)
42 __head = __head->_M_next;
51 _Slist_node_base* __after = __pos->_M_next;
52 __pos->_M_next = __head->_M_next;
53 __head->_M_next = 0;
54 __before_last->_M_next = __after;
64 _Slist_node_base* __first = __before_first->_M_next;
65 _Slist_node_base* __after = __pos->_M_next;
66 __before_first->_M_next = __before_last->_M_next
    [all...]
_slist.c 46 _Slist_node_base* __cur = __before_first->_M_next;
49 __cur = __cur->_M_next;
53 __before_first->_M_next = __last_node;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
78 __n1 = __n1->_M_next;
79 __n2 = __n2->_M_next;
93 _Node_base* __node = this->_M_head._M_data._M_next;
97 __node = __node->_M_next;
108 while (__cur->_M_next != 0 && __len > 0)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_slist_base.c 41 while (__head && __head->_M_next != __node)
42 __head = __head->_M_next;
51 _Slist_node_base* __after = __pos->_M_next;
52 __pos->_M_next = __head->_M_next;
53 __head->_M_next = 0;
54 __before_last->_M_next = __after;
64 _Slist_node_base* __first = __before_first->_M_next;
65 _Slist_node_base* __after = __pos->_M_next;
66 __before_first->_M_next = __before_last->_M_next
    [all...]
_slist.c 46 _Slist_node_base* __cur = __before_first->_M_next;
49 __cur = __cur->_M_next;
53 __before_first->_M_next = __last_node;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
78 __n1 = __n1->_M_next;
79 __n2 = __n2->_M_next;
93 _Node_base* __node = this->_M_head._M_data._M_next;
97 __node = __node->_M_next;
108 while (__cur->_M_next != 0 && __len > 0)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_slist_base.c 41 while (__head && __head->_M_next != __node)
42 __head = __head->_M_next;
51 _Slist_node_base* __after = __pos->_M_next;
52 __pos->_M_next = __head->_M_next;
53 __head->_M_next = 0;
54 __before_last->_M_next = __after;
64 _Slist_node_base* __first = __before_first->_M_next;
65 _Slist_node_base* __after = __pos->_M_next;
66 __before_first->_M_next = __before_last->_M_next
    [all...]
_slist.c 46 _Slist_node_base* __cur = __before_first->_M_next;
49 __cur = __cur->_M_next;
53 __before_first->_M_next = __last_node;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
78 __n1 = __n1->_M_next;
79 __n2 = __n2->_M_next;
93 _Node_base* __node = this->_M_head._M_data._M_next;
97 __node = __node->_M_next;
108 while (__cur->_M_next != 0 && __len > 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
155 _M_prior->_M_next = _M_next;
156 if (_M_next)
157 _M_next->_M_prior = _M_prior;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
155 _M_prior->_M_next = _M_next;
156 if (_M_next)
157 _M_next->_M_prior = _M_prior;
  /external/stlport/stlport/stl/debug/
_debug.c 127 _L_type* __pos = __prev->_M_next;
135 __prev->_M_next = __pos->_M_next;
140 __pos = __prev->_M_next;
151 _L_type* __pos = __prev->_M_next;
157 __prev->_M_next = __pos->_M_next;
162 __pos = __prev->_M_next;
179 _L_type* __pos = __src_prev->_M_next;
189 __src_prev->_M_next = __pos->_M_next
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 127 _L_type* __pos = __prev->_M_next;
135 __prev->_M_next = __pos->_M_next;
140 __pos = __prev->_M_next;
151 _L_type* __pos = __prev->_M_next;
157 __prev->_M_next = __pos->_M_next;
162 __pos = __prev->_M_next;
179 _L_type* __pos = __src_prev->_M_next;
189 __src_prev->_M_next = __pos->_M_next
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 127 _L_type* __pos = __prev->_M_next;
135 __prev->_M_next = __pos->_M_next;
140 __pos = __prev->_M_next;
151 _L_type* __pos = __prev->_M_next;
157 __prev->_M_next = __pos->_M_next;
162 __pos = __prev->_M_next;
179 _L_type* __pos = __src_prev->_M_next;
189 __src_prev->_M_next = __pos->_M_next
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 127 _L_type* __pos = __prev->_M_next;
135 __prev->_M_next = __pos->_M_next;
140 __pos = __prev->_M_next;
151 _L_type* __pos = __prev->_M_next;
157 __prev->_M_next = __pos->_M_next;
162 __pos = __prev->_M_next;
179 _L_type* __pos = __src_prev->_M_next;
189 __src_prev->_M_next = __pos->_M_next
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 127 _L_type* __pos = __prev->_M_next;
135 __prev->_M_next = __pos->_M_next;
140 __pos = __prev->_M_next;
151 _L_type* __pos = __prev->_M_next;
157 __prev->_M_next = __pos->_M_next;
162 __pos = __prev->_M_next;
179 _L_type* __pos = __src_prev->_M_next;
189 __src_prev->_M_next = __pos->_M_next
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 127 _L_type* __pos = __prev->_M_next;
135 __prev->_M_next = __pos->_M_next;
140 __pos = __prev->_M_next;
151 _L_type* __pos = __prev->_M_next;
157 __prev->_M_next = __pos->_M_next;
162 __pos = __prev->_M_next;
179 _L_type* __pos = __src_prev->_M_next;
189 __src_prev->_M_next = __pos->_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 49 _Fwd_list_node_base() : _M_next(0) { }
51 _Fwd_list_node_base* _M_next;
57 while (__end && __end->_M_next)
58 __end = __end->_M_next;
66 _Fwd_list_node_base* __keep = __begin->_M_next;
69 __begin->_M_next = __end->_M_next;
70 __end->_M_next = _M_next;
73 __begin->_M_next = 0
    [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 49 _Fwd_list_node_base() : _M_next(0) { }
51 _Fwd_list_node_base* _M_next;
57 while (__end && __end->_M_next)
58 __end = __end->_M_next;
66 _Fwd_list_node_base* __keep = __begin->_M_next;
69 __begin->_M_next = __end->_M_next;
70 __end->_M_next = _M_next;
73 __begin->_M_next = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)

Completed in 440 milliseconds

1 2 3 4 5