HomeSort by relevance Sort by last modified time
    Searched refs:__nmax (Results 1 - 8 of 8) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h 146 __nmax, __n, __r; local
176 __nmax = __ns[0];
181 __nmax = std::max(__nmax, __ns[__i]);
184 __r = __rd_log2(__nmax) + 1;
187 // equality iff __nmax = 2^__k - 1.
408 _DifferenceType __nmax, __n, __r;
427 __nmax = __ns[0];
432 __nmax = std::max(__nmax, __ns[__i])
    [all...]
  /external/stlport/stlport/stl/
_istream.c 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {
819 if (__sentry && !this->eof() && __nmax >= 0) {
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s,
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s,
863 streamsize __nmax = this->width() > 0
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s,
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s,
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {
819 if (__sentry && !this->eof() && __nmax >= 0) {
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s,
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s,
863 streamsize __nmax = this->width() > 0
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s,
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.c 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {
819 if (__sentry && !this->eof() && __nmax >= 0) {
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s,
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s,
863 streamsize __nmax = this->width() > 0
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s,
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.c 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {
819 if (__sentry && !this->eof() && __nmax >= 0) {
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s,
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s,
863 streamsize __nmax = this->width() > 0
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s,
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.c 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {
819 if (__sentry && !this->eof() && __nmax >= 0) {
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s,
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s,
863 streamsize __nmax = this->width() > 0
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s,
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.c 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {
819 if (__sentry && !this->eof() && __nmax >= 0) {
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s,
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s,
863 streamsize __nmax = this->width() > 0
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s,
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.c 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {
819 if (__sentry && !this->eof() && __nmax >= 0) {
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s,
838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s,
863 streamsize __nmax = this->width() > 0
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s,
872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s,
    [all...]

Completed in 67 milliseconds