Lines Matching refs:__diff
359 _Counter_type __diff = __detail::__num_bitmaps(__bp); in _GLIBCXX_VISIBILITY()
362 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp)) in _GLIBCXX_VISIBILITY()
367 for (_Counter_type __i = 0; __i < __diff; ++__i) in _GLIBCXX_VISIBILITY()
922 _Difference_type __diff; in _GLIBCXX_VISIBILITY()
934 __diff = _S_last_dealloc_index; in _GLIBCXX_VISIBILITY()
935 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()
943 __diff = _iter - _S_mem_blocks.begin(); in _GLIBCXX_VISIBILITY()
944 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()
945 _S_last_dealloc_index = __diff; in _GLIBCXX_VISIBILITY()
953 (_S_mem_blocks[__diff].first) - 1; in _GLIBCXX_VISIBILITY()
958 (_S_mem_blocks[__diff].first) in _GLIBCXX_VISIBILITY()
959 - (__detail::__num_bitmaps(_S_mem_blocks[__diff]) + 1); in _GLIBCXX_VISIBILITY()
972 _S_mem_blocks.erase(_S_mem_blocks.begin() + __diff); in _GLIBCXX_VISIBILITY()
980 if ((_Difference_type)_S_last_request._M_where() >= __diff--) in _GLIBCXX_VISIBILITY()
981 _S_last_request._M_reset(__diff); in _GLIBCXX_VISIBILITY()
990 _S_last_dealloc_index =(__diff != -1 ? __diff : 0); in _GLIBCXX_VISIBILITY()