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

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 61 _M_width(1), _M_max_width(1)
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
325 streamoff __iadj = _M_width * (this->gptr() - this->eback());
551 (_M_constant_width && (__inext - _M_int_buf) * _M_width != (__enext - _M_ext_buf)) ||
654 streamsize __ebufsiz = (max)(__n * __STATIC_CAST(streamsize, _M_width),
740 _M_width = (max)(__encoding, 1);
747 _M_width = _M_max_width = 1;
_ios_base.h 136 streamsize width() const { return _M_width; }
138 streamsize __tmp = _M_width;
139 _M_width = __newwidth;
220 streamsize _M_width;
_fstream.h 313 int _M_width; // Width of the encoding (if constant), else 1
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 61 _M_width(1), _M_max_width(1)
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
325 streamoff __iadj = _M_width * (this->gptr() - this->eback());
551 (_M_constant_width && (__inext - _M_int_buf) * _M_width != (__enext - _M_ext_buf)) ||
654 streamsize __ebufsiz = (max)(__n * __STATIC_CAST(streamsize, _M_width),
740 _M_width = (max)(__encoding, 1);
747 _M_width = _M_max_width = 1;
_ios_base.h 136 streamsize width() const { return _M_width; }
138 streamsize __tmp = _M_width;
139 _M_width = __newwidth;
220 streamsize _M_width;
_fstream.h 313 int _M_width; // Width of the encoding (if constant), else 1
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 61 _M_width(1), _M_max_width(1)
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
325 streamoff __iadj = _M_width * (this->gptr() - this->eback());
551 (_M_constant_width && (__inext - _M_int_buf) * _M_width != (__enext - _M_ext_buf)) ||
654 streamsize __ebufsiz = (max)(__n * __STATIC_CAST(streamsize, _M_width),
740 _M_width = (max)(__encoding, 1);
747 _M_width = _M_max_width = 1;
_ios_base.h 136 streamsize width() const { return _M_width; }
138 streamsize __tmp = _M_width;
139 _M_width = __newwidth;
220 streamsize _M_width;
_fstream.h 313 int _M_width; // Width of the encoding (if constant), else 1
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
ios.cpp 239 _M_width = x._M_width;
290 _M_precision(0), _M_width(0),
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
ios.cpp 239 _M_width = x._M_width;
290 _M_precision(0), _M_width(0),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 453 streamsize _M_width;
645 { return _M_width; }
655 streamsize __old = _M_width;
656 _M_width = __wide;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 453 streamsize _M_width;
645 { return _M_width; }
655 streamsize __old = _M_width;
656 _M_width = __wide;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 453 streamsize _M_width;
645 { return _M_width; }
655 streamsize __old = _M_width;
656 _M_width = __wide;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 453 streamsize _M_width;
645 { return _M_width; }
655 streamsize __old = _M_width;
656 _M_width = __wide;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 453 streamsize _M_width;
645 { return _M_width; }
655 streamsize __old = _M_width;
656 _M_width = __wide;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 453 streamsize _M_width;
645 { return _M_width; }
655 streamsize __old = _M_width;
656 _M_width = __wide;

Completed in 156 milliseconds