Home | History | Annotate | Download | only in ext

Lines Matching refs:__diff

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