Home | History | Annotate | Download | only in ext

Lines Matching refs:__diff

358 	  _Counter_type __diff = __detail::__num_bitmaps(__bp);
361 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp))
366 for (_Counter_type __i = 0; __i < __diff; ++__i)
927 _Difference_type __diff;
939 __diff = _S_last_dealloc_index;
940 __displacement = __real_p - _S_mem_blocks[__diff].first;
948 __diff = _iter - _S_mem_blocks.begin();
949 __displacement = __real_p - _S_mem_blocks[__diff].first;
950 _S_last_dealloc_index = __diff;
958 (_S_mem_blocks[__diff].first) - 1;
963 (_S_mem_blocks[__diff].first)
964 - (__detail::__num_bitmaps(_S_mem_blocks[__diff]) + 1);
975 // _Block_pair __bp = _S_mem_blocks[__diff];
977 _S_mem_blocks.erase(_S_mem_blocks.begin() + __diff);
985 if ((_Difference_type)_S_last_request._M_where() >= __diff--)
986 _S_last_request._M_reset(__diff);
995 _S_last_dealloc_index =(__diff != -1 ? __diff : 0);