Searched refs:__bp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h322 operator()(_Block_pair __bp) const throw()
324 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)
325 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
375 operator()(_Block_pair __bp) throw() argument
388 __gnu_cxx::__detail::__num_bitmaps(__bp);
391 (__bp.first) - (__diff + 1))
392 == __gnu_cxx::__detail::__num_blocks(__bp))
395 size_t* __rover = reinterpret_cast<size_t*>(__bp.first) - 1;
803 _Block_pair __bp = local
811 _S_mem_blocks.push_back(__bp);
[all...]
/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc180 _Binmap_type* __bp = _M_binmap; local
190 *__bp++ = __bint;
477 _Binmap_type* __bp = _M_binmap; local
487 *__bp++ = __bint;
670 _Binmap_type* __bp = _M_binmap; local
680 *__bp++ = __bint;

Completed in 97 milliseconds