HomeSort by relevance Sort by last modified time
    Searched defs:__block (Results 1 - 8 of 8) sorted by null

  /external/stlport/src/
allocators.cpp 544 _FreeBlockHeader* __block = __STATIC_CAST(_FreeBlockHeader*, _S_free_mem_blocks.pop()); local
545 if (__block != 0) {
548 char* __buf_start = __REINTERPRET_CAST(char*, __block);
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start;
572 __newblock->_M_end = __block->_M_end;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 544 _FreeBlockHeader* __block = __STATIC_CAST(_FreeBlockHeader*, _S_free_mem_blocks.pop()); local
545 if (__block != 0) {
548 char* __buf_start = __REINTERPRET_CAST(char*, __block);
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start;
572 __newblock->_M_end = __block->_M_end;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
347 __block->_M_thread_id = __thread_id;
705 _Block_record* __block = __bin._M_first[__thread_id]; local
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 344 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
349 __block->_M_thread_id = __thread_id;
707 _Block_record* __block = __bin._M_first[__thread_id]; local
708 __bin._M_first[__thread_id] = __block->_M_next;
710 __pool._M_adjust_freelist(__bin, __block, __thread_id);
711 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align();
  /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 344 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
349 __block->_M_thread_id = __thread_id;
707 _Block_record* __block = __bin._M_first[__thread_id]; local
708 __bin._M_first[__thread_id] = __block->_M_next;
710 __pool._M_adjust_freelist(__bin, __block, __thread_id);
711 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align();
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
347 __block->_M_thread_id = __thread_id;
705 _Block_record* __block = __bin._M_first[__thread_id]; local
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align();
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
347 __block->_M_thread_id = __thread_id;
705 _Block_record* __block = __bin._M_first[__thread_id]; local
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align();
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
347 __block->_M_thread_id = __thread_id;
705 _Block_record* __block = __bin._M_first[__thread_id]; local
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align();

Completed in 139 milliseconds