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

1 2 3

  /external/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]
  /external/stlport/stlport/stl/debug/
_list.h 342 _Base_iterator __next = __first; local
343 ++__next;
348 __first = __next;
418 _Base_iterator __next = __first;
419 while (++__next != __last) {
420 if (*__first == *__next) {
421 _Invalidate_iterator(iterator(&_M_iter_list, __next));
422 _M_non_dbg_impl.erase(__next);
425 __first = __next;
426 __next = __first
438 _Base_iterator __next = __first; local
    [all...]
_slist.h 505 _Base_iterator __next = __first; local
506 ++__next;
511 __first = __next;
517 _Base_iterator __next = __first;
518 while (++__next != __last) {
519 if (*__first == *__next) {
520 _Invalidate_iterator(iterator(&_M_iter_list, __next));
521 _M_non_dbg_impl.erase(__next);
524 __first = __next;
525 __next = __first
554 _Base_iterator __next = __first; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 342 _Base_iterator __next = __first; local
343 ++__next;
348 __first = __next;
418 _Base_iterator __next = __first;
419 while (++__next != __last) {
420 if (*__first == *__next) {
421 _Invalidate_iterator(iterator(&_M_iter_list, __next));
422 _M_non_dbg_impl.erase(__next);
425 __first = __next;
426 __next = __first
438 _Base_iterator __next = __first; local
    [all...]
_slist.h 505 _Base_iterator __next = __first; local
506 ++__next;
511 __first = __next;
517 _Base_iterator __next = __first;
518 while (++__next != __last) {
519 if (*__first == *__next) {
520 _Invalidate_iterator(iterator(&_M_iter_list, __next));
521 _M_non_dbg_impl.erase(__next);
524 __first = __next;
525 __next = __first
554 _Base_iterator __next = __first; local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 342 _Base_iterator __next = __first; local
343 ++__next;
348 __first = __next;
418 _Base_iterator __next = __first;
419 while (++__next != __last) {
420 if (*__first == *__next) {
421 _Invalidate_iterator(iterator(&_M_iter_list, __next));
422 _M_non_dbg_impl.erase(__next);
425 __first = __next;
426 __next = __first
438 _Base_iterator __next = __first; local
    [all...]
_slist.h 505 _Base_iterator __next = __first; local
506 ++__next;
511 __first = __next;
517 _Base_iterator __next = __first;
518 while (++__next != __last) {
519 if (*__first == *__next) {
520 _Invalidate_iterator(iterator(&_M_iter_list, __next));
521 _M_non_dbg_impl.erase(__next);
524 __first = __next;
525 __next = __first
554 _Base_iterator __next = __first; local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 342 _Base_iterator __next = __first; local
343 ++__next;
348 __first = __next;
418 _Base_iterator __next = __first;
419 while (++__next != __last) {
420 if (*__first == *__next) {
421 _Invalidate_iterator(iterator(&_M_iter_list, __next));
422 _M_non_dbg_impl.erase(__next);
425 __first = __next;
426 __next = __first
438 _Base_iterator __next = __first; local
    [all...]
_slist.h 505 _Base_iterator __next = __first; local
506 ++__next;
511 __first = __next;
517 _Base_iterator __next = __first;
518 while (++__next != __last) {
519 if (*__first == *__next) {
520 _Invalidate_iterator(iterator(&_M_iter_list, __next));
521 _M_non_dbg_impl.erase(__next);
524 __first = __next;
525 __next = __first
554 _Base_iterator __next = __first; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
pthreadtypes.h 64 struct __pthread_internal_list *__next; member in struct:__pthread_internal_list
69 struct __pthread_internal_slist *__next; member in struct:__pthread_internal_slist
  /external/mesa3d/src/glsl/
list.h 479 for (exec_node * __node = (__list)->head, * __next = __node->next \
480 ; __next != NULL \
481 ; __node = __next, __next = __next->next)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gconv.h 111 struct __gconv_trans_data *__next; member in struct:__gconv_trans_data

Completed in 736 milliseconds

1 2 3