Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.c815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) { in readsome() argument
819 if (__sentry && !this->eof() && __nmax >= 0) { in readsome()
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s, in readsome()
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s, in readsome()
863 streamsize __nmax = this->width() > 0 in _M_formatted_get() local
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s, in _M_formatted_get()
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s, in _M_formatted_get()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dvector2494 size_type __nmax = numeric_limits<size_type>::max() / 2; // end() >= begin(), always
2495 if (__nmax / __bits_per_word <= __amax)
2496 return __nmax;