Home
last modified time | relevance | path

Searched refs:epptr (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dsstream.tcc93 if (size_t(this->epptr() - this->pbase()) < __capacity) in overflow()
111 const bool __testput = this->pptr() < this->epptr(); in overflow()
135 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); in overflow()
206 _M_pbump(this->pbase(), this->epptr(), __newoffo); in seekoff()
236 _M_pbump(this->pbase(), this->epptr(), __pos); in seekpos()
H A Dstreambuf.tcc85 const streamsize __buf_len = this->epptr() - this->pptr(); in xsputn()
H A Dlocale_conv.h479 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), in _GLIBCXX_VISIBILITY()
H A Dfstream.tcc769 streamsize __bufavail = this->epptr() - this->pptr(); in xsputn()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dsstream.tcc93 if (size_t(this->epptr() - this->pbase()) < __capacity) in overflow()
111 const bool __testput = this->pptr() < this->epptr(); in overflow()
135 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); in overflow()
206 _M_pbump(this->pbase(), this->epptr(), __newoffo); in seekoff()
236 _M_pbump(this->pbase(), this->epptr(), __pos); in seekpos()
H A Dstreambuf.tcc85 const streamsize __buf_len = this->epptr() - this->pptr(); in xsputn()
H A Dlocale_conv.h479 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), in _GLIBCXX_VISIBILITY()
H A Dfstream.tcc769 streamsize __bufavail = this->epptr() - this->pptr(); in xsputn()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dlinked_streambuf.hpp34 using base::pptr; using base::epptr; using base::setp; \
H A Dindirect_streambuf.hpp292 if (pptr() == epptr()) { in overflow()
294 if (pptr() == epptr()) in overflow()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dsstream281 __eout = __rhs.epptr() - __p;
322 __eout = __rhs.epptr() - __p;
372 __reout = __rhs.epptr() - __p;
392 __leout = this->epptr() - __p;
532 if (this->pptr() == this->epptr())
613 this->setp(this->pbase(), this->epptr());
H A Dstreambuf77 char_type* epptr() const;
256 _LIBCPP_INLINE_VISIBILITY char_type* epptr() const {return __eout_;}
H A Dfstream347 this->setp(__intbuf_, __intbuf_ + (__rhs. epptr() - __rhs.pbase()));
350 (char_type*)__extbuf_ + (__rhs. epptr() - __rhs.pbase()));
467 ptrdiff_t __e = this->epptr() - this->pbase();
483 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
811 char_type* __epb_save = this->epptr();
855 this->__pbump(this->epptr() - this->pbase());
H A Dlocale4091 char_type* __epb_save = this->epptr();
4132 this->__pbump(this->epptr() - this->pbase());
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dsstream281 __eout = __rhs.epptr() - __p;
322 __eout = __rhs.epptr() - __p;
372 __reout = __rhs.epptr() - __p;
392 __leout = this->epptr() - __p;
532 if (this->pptr() == this->epptr())
613 this->setp(this->pbase(), this->epptr());
H A Dstreambuf77 char_type* epptr() const;
256 _LIBCPP_INLINE_VISIBILITY char_type* epptr() const {return __eout_;}
H A Dfstream347 this->setp(__intbuf_, __intbuf_ + (__rhs. epptr() - __rhs.pbase()));
350 (char_type*)__extbuf_ + (__rhs. epptr() - __rhs.pbase()));
467 ptrdiff_t __e = this->epptr() - this->pbase();
483 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
811 char_type* __epb_save = this->epptr();
855 this->__pbump(this->epptr() - this->pbase());
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h114 u16 epptr[4]; member
H A Dfsl_qe_udc.c2358 out_be16(&usbpram->epptr[i], (u16)tmp_addr); in qe_udc_config()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dstreambuf434 if (__builtin_expect(this->pptr() < this->epptr(), true))
533 * - epptr() returns the end pointer for the output sequence
542 epptr() const { return _M_out_end; }
559 * @a __pend == @c epptr()
H A Dsstream330 _M_poff[2] = __from.epptr() - __str;
H A Dfstream454 * NB: epptr() - pbase() == _M_buf_size - 1, since _M_buf_size
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dstreambuf434 if (__builtin_expect(this->pptr() < this->epptr(), true))
533 * - epptr() returns the end pointer for the output sequence
542 epptr() const { return _M_out_end; }
559 * @a __pend == @c epptr()
H A Dsstream330 _M_poff[2] = __from.epptr() - __str;
H A Dfstream454 * NB: epptr() - pbase() == _M_buf_size - 1, since _M_buf_size

12