/external/stlport/stlport/stl/ |
_slist_base.c | 40 const _Slist_node_base* __node) { 41 while (__head && __head->_M_next != __node) 74 _Sl_global<_Dummy>::__reverse(_Slist_node_base* __node) { 75 _Slist_node_base* __result = __node; 76 __node = __node->_M_next; 78 while(__node) { 79 _Slist_node_base* __next = __node->_M_next; 80 __node->_M_next = __result; 81 __result = __node; [all...] |
_slist_base.h | 56 static size_t _STLP_CALL size(_Slist_node_base* __node); 57 static _Slist_node_base* _STLP_CALL __reverse(_Slist_node_base* __node); 65 const _Slist_node_base* __node); 67 const _Slist_node_base* __node) { 68 return _Sl_global<_Dummy>::__previous(__CONST_CAST(_Slist_node_base*, __head), __node);
|
_slist.h | 254 _Node* __node = this->_M_head.allocate(1); local 256 _Copy_Construct(&__node->_M_data, __x); 257 __node->_M_next = 0; 259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 260 return __node; 265 _Node* __node = this->_M_head.allocate(1); local 267 _STLP_STD::_Construct(&__node->_M_data); 268 __node->_M_next = 0; 270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 271 return __node; 390 _Node_base* __node = this->_M_head._M_data._M_next; local 452 _Node* __node = __STATIC_CAST(_Node*, this->_M_head._M_data._M_next); local [all...] |
_slist.c | 93 _Node_base* __node = this->_M_head._M_data._M_next; local 94 for ( ; __node != 0 && __n > 0 ; --__n) { 95 __STATIC_CAST(_Node*, __node)->_M_data = __val; 96 __prev = __node; 97 __node = __node->_M_next;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_slist_base.c | 40 const _Slist_node_base* __node) { 41 while (__head && __head->_M_next != __node) 74 _Sl_global<_Dummy>::__reverse(_Slist_node_base* __node) { 75 _Slist_node_base* __result = __node; 76 __node = __node->_M_next; 78 while(__node) { 79 _Slist_node_base* __next = __node->_M_next; 80 __node->_M_next = __result; 81 __result = __node; [all...] |
_slist_base.h | 56 static size_t _STLP_CALL size(_Slist_node_base* __node); 57 static _Slist_node_base* _STLP_CALL __reverse(_Slist_node_base* __node); 65 const _Slist_node_base* __node); 67 const _Slist_node_base* __node) { 68 return _Sl_global<_Dummy>::__previous(__CONST_CAST(_Slist_node_base*, __head), __node);
|
_slist.h | 254 _Node* __node = this->_M_head.allocate(1); local 256 _Copy_Construct(&__node->_M_data, __x); 257 __node->_M_next = 0; 259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 260 return __node; 265 _Node* __node = this->_M_head.allocate(1); local 267 _STLP_STD::_Construct(&__node->_M_data); 268 __node->_M_next = 0; 270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 271 return __node; 390 _Node_base* __node = this->_M_head._M_data._M_next; local 452 _Node* __node = __STATIC_CAST(_Node*, this->_M_head._M_data._M_next); local [all...] |
_slist.c | 93 _Node_base* __node = this->_M_head._M_data._M_next; local 94 for ( ; __node != 0 && __n > 0 ; --__n) { 95 __STATIC_CAST(_Node*, __node)->_M_data = __val; 96 __prev = __node; 97 __node = __node->_M_next;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_slist_base.c | 40 const _Slist_node_base* __node) { 41 while (__head && __head->_M_next != __node) 74 _Sl_global<_Dummy>::__reverse(_Slist_node_base* __node) { 75 _Slist_node_base* __result = __node; 76 __node = __node->_M_next; 78 while(__node) { 79 _Slist_node_base* __next = __node->_M_next; 80 __node->_M_next = __result; 81 __result = __node; [all...] |
_slist_base.h | 56 static size_t _STLP_CALL size(_Slist_node_base* __node); 57 static _Slist_node_base* _STLP_CALL __reverse(_Slist_node_base* __node); 65 const _Slist_node_base* __node); 67 const _Slist_node_base* __node) { 68 return _Sl_global<_Dummy>::__previous(__CONST_CAST(_Slist_node_base*, __head), __node);
|
_slist.h | 254 _Node* __node = this->_M_head.allocate(1); local 256 _Copy_Construct(&__node->_M_data, __x); 257 __node->_M_next = 0; 259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 260 return __node; 265 _Node* __node = this->_M_head.allocate(1); local 267 _STLP_STD::_Construct(&__node->_M_data); 268 __node->_M_next = 0; 270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 271 return __node; 390 _Node_base* __node = this->_M_head._M_data._M_next; local 452 _Node* __node = __STATIC_CAST(_Node*, this->_M_head._M_data._M_next); local [all...] |
_slist.c | 93 _Node_base* __node = this->_M_head._M_data._M_next; local 94 for ( ; __node != 0 && __n > 0 ; --__n) { 95 __STATIC_CAST(_Node*, __node)->_M_data = __val; 96 __prev = __node; 97 __node = __node->_M_next;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_slist_base.c | 40 const _Slist_node_base* __node) { 41 while (__head && __head->_M_next != __node) 74 _Sl_global<_Dummy>::__reverse(_Slist_node_base* __node) { 75 _Slist_node_base* __result = __node; 76 __node = __node->_M_next; 78 while(__node) { 79 _Slist_node_base* __next = __node->_M_next; 80 __node->_M_next = __result; 81 __result = __node; [all...] |
_slist_base.h | 56 static size_t _STLP_CALL size(_Slist_node_base* __node); 57 static _Slist_node_base* _STLP_CALL __reverse(_Slist_node_base* __node); 65 const _Slist_node_base* __node); 67 const _Slist_node_base* __node) { 68 return _Sl_global<_Dummy>::__previous(__CONST_CAST(_Slist_node_base*, __head), __node);
|
_slist.h | 254 _Node* __node = this->_M_head.allocate(1); local 256 _Copy_Construct(&__node->_M_data, __x); 257 __node->_M_next = 0; 259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 260 return __node; 265 _Node* __node = this->_M_head.allocate(1); local 267 _STLP_STD::_Construct(&__node->_M_data); 268 __node->_M_next = 0; 270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1)) 271 return __node; 390 _Node_base* __node = this->_M_head._M_data._M_next; local 452 _Node* __node = __STATIC_CAST(_Node*, this->_M_head._M_data._M_next); local [all...] |
_slist.c | 93 _Node_base* __node = this->_M_head._M_data._M_next; local 94 for ( ; __node != 0 && __n > 0 ; --__n) { 95 __STATIC_CAST(_Node*, __node)->_M_data = __val; 96 __prev = __node; 97 __node = __node->_M_next;
|
/external/mesa3d/src/glsl/ |
list.h | 478 #define foreach_list_safe(__node, __list) \ 479 for (exec_node * __node = (__list)->head, * __next = __node->next \ 481 ; __node = __next, __next = __next->next) 483 #define foreach_list(__node, __list) \ 484 for (exec_node * __node = (__list)->head \ 485 ; (__node)->next != NULL \ 486 ; (__node) = (__node)->next) 488 #define foreach_list_const(__node, __list) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
slist | 80 const _Slist_node_base* __node) 82 while (__head && __head->_M_next != __node) 89 const _Slist_node_base* __node) 91 while (__head && __head->_M_next != __node) 125 __slist_reverse(_Slist_node_base* __node) 127 _Slist_node_base* __result = __node; 128 __node = __node->_M_next; 130 while(__node) 132 _Slist_node_base* __next = __node->_M_next [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 80 const _Slist_node_base* __node) 82 while (__head && __head->_M_next != __node) 89 const _Slist_node_base* __node) 91 while (__head && __head->_M_next != __node) 125 __slist_reverse(_Slist_node_base* __node) 127 _Slist_node_base* __result = __node; 128 __node = __node->_M_next; 130 while(__node) 132 _Slist_node_base* __next = __node->_M_next [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 80 const _Slist_node_base* __node) 82 while (__head && __head->_M_next != __node) 89 const _Slist_node_base* __node) 91 while (__head && __head->_M_next != __node) 125 __slist_reverse(_Slist_node_base* __node) 127 _Slist_node_base* __result = __node; 128 __node = __node->_M_next; 130 while(__node) 132 _Slist_node_base* __next = __node->_M_next [all...] |
/external/webkit/Source/JavaScriptCore/API/tests/ |
Node.h | 29 typedef struct __Node Node; 37 struct __Node {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.tcc | 435 typename _Node_base::_Pointer __node = &this->_M_impl._M_head; 436 while (__node->_M_next && __list._M_impl._M_head._M_next) 441 (__node->_M_next)->_M_value)) 442 __node->_M_transfer_after(&__list._M_impl._M_head, 444 __node = __node->_M_next; 448 __node->_M_next = __list._M_impl._M_head._M_next;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 435 typename _Node_base::_Pointer __node = &this->_M_impl._M_head; 436 while (__node->_M_next && __list._M_impl._M_head._M_next) 441 (__node->_M_next)->_M_value)) 442 __node->_M_transfer_after(&__list._M_impl._M_head, 444 __node = __node->_M_next; 448 __node->_M_next = __list._M_impl._M_head._M_next;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 435 typename _Node_base::_Pointer __node = &this->_M_impl._M_head; 436 while (__node->_M_next && __list._M_impl._M_head._M_next) 441 (__node->_M_next)->_M_value)) 442 __node->_M_transfer_after(&__list._M_impl._M_head, 444 __node = __node->_M_next; 448 __node->_M_next = __list._M_impl._M_head._M_next;
|
/external/qemu/ |
sys-tree.h | 216 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \ 219 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\ 220 __left = __right = &__node; \ 245 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 253 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \ 255 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\ 256 __left = __right = &__node; \ 281 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); [all...] |