| /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 D | sstream.tcc | 93 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 D | streambuf.tcc | 85 const streamsize __buf_len = this->epptr() - this->pptr(); in xsputn()
|
| H A D | locale_conv.h | 479 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), in _GLIBCXX_VISIBILITY()
|
| H A D | fstream.tcc | 769 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 D | sstream.tcc | 93 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 D | streambuf.tcc | 85 const streamsize __buf_len = this->epptr() - this->pptr(); in xsputn()
|
| H A D | locale_conv.h | 479 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), in _GLIBCXX_VISIBILITY()
|
| H A D | fstream.tcc | 769 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 D | linked_streambuf.hpp | 34 using base::pptr; using base::epptr; using base::setp; \
|
| H A D | indirect_streambuf.hpp | 292 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 D | sstream | 281 __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 D | streambuf | 77 char_type* epptr() const; 256 _LIBCPP_INLINE_VISIBILITY char_type* epptr() const {return __eout_;}
|
| H A D | fstream | 347 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 D | locale | 4091 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 D | sstream | 281 __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 D | streambuf | 77 char_type* epptr() const; 256 _LIBCPP_INLINE_VISIBILITY char_type* epptr() const {return __eout_;}
|
| H A D | fstream | 347 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 D | fsl_qe_udc.h | 114 u16 epptr[4]; member
|
| H A D | fsl_qe_udc.c | 2358 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 D | streambuf | 434 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 D | sstream | 330 _M_poff[2] = __from.epptr() - __str;
|
| H A D | fstream | 454 * 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 D | streambuf | 434 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 D | sstream | 330 _M_poff[2] = __from.epptr() - __str;
|
| H A D | fstream | 454 * NB: epptr() - pbase() == _M_buf_size - 1, since _M_buf_size
|