Searched refs:__eadj (Results 1 – 1 of 1) sorted by relevance
333 …streamoff __eadj = _M_base._M_get_offset(_M_ext_buf + __STATIC_CAST(ptrdiff_t, __iadj), _M_ext_bu… in seekoff() local335 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __eadj) in seekoff()336 … : _M_seek_return(_M_base._M_seek(__off - __eadj, ios_base::cur), _State_type()); in seekoff()