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()
924 _Difference_type __diff; in _GLIBCXX_VISIBILITY()
936 __diff = _S_last_dealloc_index; in _GLIBCXX_VISIBILITY()
937 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()
945 __diff = _iter - _S_mem_blocks.begin(); in _GLIBCXX_VISIBILITY()
946 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()
947 _S_last_dealloc_index = __diff; in _GLIBCXX_VISIBILITY()
955 (_S_mem_blocks[__diff].first) - 1; in _GLIBCXX_VISIBILITY()
960 (_S_mem_blocks[__diff].first) in _GLIBCXX_VISIBILITY()
961 - (__detail::__num_bitmaps(_S_mem_blocks[__diff]) + 1); in _GLIBCXX_VISIBILITY()
974 _S_mem_blocks.erase(_S_mem_blocks.begin() + __diff); in _GLIBCXX_VISIBILITY()
982 if ((_Difference_type)_S_last_request._M_where() >= __diff--) in _GLIBCXX_VISIBILITY()
983 _S_last_request._M_reset(__diff); in _GLIBCXX_VISIBILITY()
992 _S_last_dealloc_index =(__diff != -1 ? __diff : 0); in _GLIBCXX_VISIBILITY()