Home
last modified time | relevance | path

Searched refs:__enext (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c225 char* __enext = _M_ext_buf; in overflow() local
228 _M_ext_buf, _M_ext_buf_EOS, __enext); in overflow()
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) || in overflow()
245 ptrdiff_t __n = __enext - _M_ext_buf; in overflow()
531 const char* __enext; in _M_underflow_aux() local
536 _M_ext_buf, _M_ext_buf_end, __enext, in _M_underflow_aux()
550 (__inext != _M_int_buf && __enext == _M_ext_buf) || in _M_underflow_aux()
551 (_M_constant_width && (__inext - _M_int_buf) * _M_width != (__enext - _M_ext_buf)) || in _M_underflow_aux()
552 (__inext == _M_int_buf && __enext - _M_ext_buf >= _M_max_width)) in _M_underflow_aux()
555 _M_ext_buf_converted = _M_ext_buf + (__enext - _M_ext_buf); in _M_underflow_aux()
[all …]