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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 293 operator()(_Block_pair __bp) const throw()
295 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
346 operator()(_Block_pair __bp) throw()
358 _Counter_type __diff = __detail::__num_bitmaps(__bp);
361 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp))
364 size_t* __rover = reinterpret_cast<size_t*>(__bp.first) - 1;
787 _Block_pair __bp = local
795 _S_mem_blocks.push_back(__bp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 293 operator()(_Block_pair __bp) const throw()
295 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
346 operator()(_Block_pair __bp) throw()
358 _Counter_type __diff = __detail::__num_bitmaps(__bp);
361 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp))
364 size_t* __rover = reinterpret_cast<size_t*>(__bp.first) - 1;
787 _Block_pair __bp = local
795 _S_mem_blocks.push_back(__bp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 293 operator()(_Block_pair __bp) const throw()
295 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
346 operator()(_Block_pair __bp) throw()
358 _Counter_type __diff = __detail::__num_bitmaps(__bp);
361 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp))
364 size_t* __rover = reinterpret_cast<size_t*>(__bp.first) - 1;
787 _Block_pair __bp = local
795 _S_mem_blocks.push_back(__bp);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 293 operator()(_Block_pair __bp) const throw()
295 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
346 operator()(_Block_pair __bp) throw()
358 _Counter_type __diff = __detail::__num_bitmaps(__bp);
361 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp))
364 size_t* __rover = reinterpret_cast<size_t*>(__bp.first) - 1;
787 _Block_pair __bp = local
795 _S_mem_blocks.push_back(__bp);
    [all...]

Completed in 266 milliseconds