HomeSort by relevance Sort by last modified time
    Searched refs:_M_next (Results 126 - 150 of 186) sorted by null

1 2 3 4 56 7 8

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 433 __n->_M_next = 0;
471 __p = __p->_M_next;
604 __tail = &((*__tail)->_M_next);
605 __n = __n->_M_next;
733 for (_Node* __p = _M_buckets[__n]; __p; __p = __p->_M_next)
762 _Node* __p1 = __p->_M_next;
763 for (; __p1; __p1 = __p1->_M_next)
800 _Node* __p1 = __p->_M_next;
801 for (; __p1; __p1 = __p1->_M_next)
829 for (; __p; __p = __p->_M_next)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 433 __n->_M_next = 0;
471 __p = __p->_M_next;
604 __tail = &((*__tail)->_M_next);
605 __n = __n->_M_next;
733 for (_Node* __p = _M_buckets[__n]; __p; __p = __p->_M_next)
762 _Node* __p1 = __p->_M_next;
763 for (; __p1; __p1 = __p1->_M_next)
800 _Node* __p1 = __p->_M_next;
801 for (; __p1; __p1 = __p1->_M_next)
829 for (; __p; __p = __p->_M_next)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable.h 433 __n->_M_next = 0;
471 __p = __p->_M_next;
604 __tail = &((*__tail)->_M_next);
605 __n = __n->_M_next;
733 for (_Node* __p = _M_buckets[__n]; __p; __p = __p->_M_next)
762 _Node* __p1 = __p->_M_next;
763 for (; __p1; __p1 = __p1->_M_next)
800 _Node* __p1 = __p->_M_next;
801 for (; __p1; __p1 = __p1->_M_next)
829 for (; __p; __p = __p->_M_next)
    [all...]
  /external/stlport/src/
lock_free_slist.h 40 item* _M_next;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
187 item* _M_next;
217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
242 mov ebx, [eax] // new top = _M._M_data._M_top->_M_next
allocators.cpp 242 _Node_alloc_obj * _M_next;
329 *__my_free_list = __r->_M_next;
346 __pobj->_M_next = *__my_free_list;
387 __REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next = *__my_free_list;
408 *__my_free_list = __p -> _M_next;
423 __REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next = _S_chunks;
451 __current_obj->_M_next = __next_obj;
453 __next_obj->_M_next = 0;
471 __pnext = __pcur->_M_next;
683 _Obj* __next = __chunk->_M_next;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 40 item* _M_next;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
187 item* _M_next;
217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
242 mov ebx, [eax] // new top = _M._M_data._M_top->_M_next
allocators.cpp 242 _Node_alloc_obj * _M_next;
329 *__my_free_list = __r->_M_next;
346 __pobj->_M_next = *__my_free_list;
387 __REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next = *__my_free_list;
408 *__my_free_list = __p -> _M_next;
423 __REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next = _S_chunks;
451 __current_obj->_M_next = __next_obj;
453 __next_obj->_M_next = 0;
471 __pnext = __pcur->_M_next;
683 _Obj* __next = __chunk->_M_next;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 129 _Block_address* _M_next;
198 _Block_record* _M_next;
274 _Thread_record* _M_next;
283 _Block_record* _M_next;
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
708 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
708 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 129 _Block_address* _M_next;
198 _Block_record* _M_next;
274 _Thread_record* _M_next;
283 _Block_record* _M_next;
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 129 _Block_address* _M_next;
198 _Block_record* _M_next;
274 _Thread_record* _M_next;
283 _Block_record* _M_next;
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 129 _Block_address* _M_next;
198 _Block_record* _M_next;
274 _Thread_record* _M_next;
283 _Block_record* _M_next;
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 129 _Block_address* _M_next;
198 _Block_record* _M_next;
274 _Thread_record* _M_next;
283 _Block_record* _M_next;
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
708 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
712 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
708 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
712 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
mt_allocator.h 133 _Block_address* _M_next;
202 _Block_record* _M_next;
278 _Thread_record* _M_next;
287 _Block_record* _M_next;
720 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h 79 _List_node_base* _M_next;
174 _M_node = _M_node->_M_next;
182 _M_node = _M_node->_M_next;
254 _M_node = _M_node->_M_next;
262 _M_node = _M_node->_M_next;
400 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
751 { return iterator(this->_M_impl._M_node._M_next); }
760 { return const_iterator(this->_M_impl._M_node._M_next); }
824 { return const_iterator(this->_M_impl._M_node._M_next); }
861 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h 79 _List_node_base* _M_next;
174 _M_node = _M_node->_M_next;
182 _M_node = _M_node->_M_next;
254 _M_node = _M_node->_M_next;
262 _M_node = _M_node->_M_next;
400 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
751 { return iterator(this->_M_impl._M_node._M_next); }
760 { return const_iterator(this->_M_impl._M_node._M_next); }
824 { return const_iterator(this->_M_impl._M_node._M_next); }
861 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_list.h 73 _List_node_base* _M_next;
143 _M_node = _M_node->_M_next;
151 _M_node = _M_node->_M_next;
223 _M_node = _M_node->_M_next;
231 _M_node = _M_node->_M_next;
368 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
690 { return iterator(this->_M_impl._M_node._M_next); }
699 { return const_iterator(this->_M_impl._M_node._M_next); }
763 { return const_iterator(this->_M_impl._M_node._M_next); }
800 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 78 _List_node_base* _M_next;
154 _M_node = _M_node->_M_next;
162 _M_node = _M_node->_M_next;
234 _M_node = _M_node->_M_next;
242 _M_node = _M_node->_M_next;
380 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
731 { return iterator(this->_M_impl._M_node._M_next); }
740 { return const_iterator(this->_M_impl._M_node._M_next); }
804 { return const_iterator(this->_M_impl._M_node._M_next); }
841 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 80 _List_node_base* _M_next;
156 _M_node = _M_node->_M_next;
164 _M_node = _M_node->_M_next;
236 _M_node = _M_node->_M_next;
244 _M_node = _M_node->_M_next;
387 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
740 { return iterator(this->_M_impl._M_node._M_next); }
749 { return const_iterator(this->_M_impl._M_node._M_next); }
813 { return const_iterator(this->_M_impl._M_node._M_next); }
850 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 78 _List_node_base* _M_next;
154 _M_node = _M_node->_M_next;
162 _M_node = _M_node->_M_next;
234 _M_node = _M_node->_M_next;
242 _M_node = _M_node->_M_next;
380 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
731 { return iterator(this->_M_impl._M_node._M_next); }
740 { return const_iterator(this->_M_impl._M_node._M_next); }
804 { return const_iterator(this->_M_impl._M_node._M_next); }
841 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]

Completed in 1510 milliseconds

1 2 3 4 56 7 8