Home
last modified time | relevance | path

Searched refs:gptr (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp237 if (!gptr()) init_get_area(); in underflow()
239 if (gptr() < egptr()) return traits_type::to_int_type(*gptr()); in underflow()
243 (std::min)( static_cast<std::streamsize>(gptr() - eback()), in underflow()
247 gptr() - keep, keep ); in underflow()
261 setg(eback(), gptr(), buf.data() + pback_size_ + chars); in underflow()
263 traits_type::to_int_type(*gptr()) : in underflow()
271 if (gptr() != eback()) { in pbackfail()
274 *gptr() = traits_type::to_char_type(c); in pbackfail()
286 (shared_buffer() && gptr() != 0) ) in overflow()
346 if ( gptr() != 0 && way == BOOST_IOS::cur && which == BOOST_IOS::in && in seek_impl()
[all …]
H A Ddirect_streambuf.hpp144 if (!gptr()) in underflow()
146 return gptr() != iend_ ? in underflow()
147 traits_type::to_int_type(*gptr()) : in underflow()
158 if (gptr() != 0 && gptr() != ibeg_) { in pbackfail()
161 *gptr() = traits_type::to_char_type(c); in pbackfail()
226 if (one && (pptr() != 0 || gptr()== 0)) in seek_impl()
229 if (!gptr()) setg(ibeg_, ibeg_, iend_); in seek_impl()
233 case BOOST_IOS::cur: next = (gptr() - ibeg_) + off; break; in seek_impl()
289 if (one_head() && gptr()) { in init_put_area()
290 pbump(static_cast<int>(gptr() - ibeg_)); in init_put_area()
H A Dlinked_streambuf.hpp32 using base::eback; using base::gptr; using base::egptr; \
/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.tcc49 if (this->eback() < this->gptr()) in pbackfail()
58 this->gptr()[-1]); in pbackfail()
64 *this->gptr() = traits_type::to_char_type(__c); in pbackfail()
100 const __size_type __nget = this->gptr() - this->eback(); in overflow()
139 this->gptr() - this->eback(), this->pptr() - this->pbase()); in overflow()
159 if (this->gptr() < this->egptr()) in underflow()
160 __ret = traits_type::to_int_type(*this->gptr()); in underflow()
188 __newoffi += this->gptr() - __beg; in seekoff()
H A Dfstream.tcc306 __ret = this->egptr() - this->gptr(); in showmanyc()
342 if (this->gptr() < this->egptr()) in underflow()
343 return traits_type::to_int_type(*this->gptr()); in underflow()
455 __ret = traits_type::to_int_type(*this->gptr()); in underflow()
501 if (this->eback() < this->gptr()) in pbackfail()
504 __tmp = traits_type::to_int_type(*this->gptr()); in pbackfail()
532 *this->gptr() = traits_type::to_char_type(__i); in pbackfail()
676 if (__n > 0 && this->gptr() == this->eback()) in xsgetn()
678 *__s++ = *this->gptr(); // emulate non-underflowing sbumpc in xsgetn()
703 const streamsize __avail = this->egptr() - this->gptr(); in xsgetn()
[all …]
H A Dstreambuf_iterator.h381 const streamsize __n = __sb->egptr() - __sb->gptr(); in _GLIBCXX_VISIBILITY()
384 traits_type::copy(__result, __sb->gptr(), __n); in _GLIBCXX_VISIBILITY()
439 streamsize __n = __sb->egptr() - __sb->gptr(); in _GLIBCXX_VISIBILITY()
442 const _CharT* __p = traits_type::find(__sb->gptr(), in _GLIBCXX_VISIBILITY()
445 __n = __p - __sb->gptr(); in _GLIBCXX_VISIBILITY()
481 streamsize __size = __sb->egptr() - __sb->gptr(); in _GLIBCXX_VISIBILITY()
H A Dstreambuf.tcc51 const streamsize __buf_len = this->egptr() - this->gptr(); in xsgetn()
56 traits_type::copy(__s, this->gptr(), __len); in xsgetn()
H A Dlocale_conv.h465 if (this->gptr() < this->egptr() || (_M_buf && _M_conv_get())) in _GLIBCXX_VISIBILITY()
466 return _Tr::to_int_type(*this->gptr()); in _GLIBCXX_VISIBILITY()
493 const streamsize __pb1 = this->gptr() - this->eback(); in _GLIBCXX_VISIBILITY()
498 this->gptr() - __npb, __npb); in _GLIBCXX_VISIBILITY()
/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.tcc49 if (this->eback() < this->gptr()) in pbackfail()
58 this->gptr()[-1]); in pbackfail()
64 *this->gptr() = traits_type::to_char_type(__c); in pbackfail()
100 const __size_type __nget = this->gptr() - this->eback(); in overflow()
139 this->gptr() - this->eback(), this->pptr() - this->pbase()); in overflow()
159 if (this->gptr() < this->egptr()) in underflow()
160 __ret = traits_type::to_int_type(*this->gptr()); in underflow()
188 __newoffi += this->gptr() - __beg; in seekoff()
H A Dfstream.tcc306 __ret = this->egptr() - this->gptr(); in showmanyc()
342 if (this->gptr() < this->egptr()) in underflow()
343 return traits_type::to_int_type(*this->gptr()); in underflow()
455 __ret = traits_type::to_int_type(*this->gptr()); in underflow()
501 if (this->eback() < this->gptr()) in pbackfail()
504 __tmp = traits_type::to_int_type(*this->gptr()); in pbackfail()
532 *this->gptr() = traits_type::to_char_type(__i); in pbackfail()
676 if (__n > 0 && this->gptr() == this->eback()) in xsgetn()
678 *__s++ = *this->gptr(); // emulate non-underflowing sbumpc in xsgetn()
703 const streamsize __avail = this->egptr() - this->gptr(); in xsgetn()
[all …]
H A Dstreambuf_iterator.h381 const streamsize __n = __sb->egptr() - __sb->gptr(); in _GLIBCXX_VISIBILITY()
384 traits_type::copy(__result, __sb->gptr(), __n); in _GLIBCXX_VISIBILITY()
439 streamsize __n = __sb->egptr() - __sb->gptr(); in _GLIBCXX_VISIBILITY()
442 const _CharT* __p = traits_type::find(__sb->gptr(), in _GLIBCXX_VISIBILITY()
445 __n = __p - __sb->gptr(); in _GLIBCXX_VISIBILITY()
481 streamsize __size = __sb->egptr() - __sb->gptr(); in _GLIBCXX_VISIBILITY()
H A Dstreambuf.tcc51 const streamsize __buf_len = this->egptr() - this->gptr(); in xsgetn()
56 traits_type::copy(__s, this->gptr(), __len); in xsgetn()
H A Dlocale_conv.h465 if (this->gptr() < this->egptr() || (_M_buf && _M_conv_get())) in _GLIBCXX_VISIBILITY()
466 return _Tr::to_int_type(*this->gptr()); in _GLIBCXX_VISIBILITY()
493 const streamsize __pb1 = this->gptr() - this->eback(); in _GLIBCXX_VISIBILITY()
498 this->gptr() - __npb, __npb); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dbasic_pointerbuf.hpp43 const charT* getnext() { return this->gptr(); } in getnext()
84 std::ptrdiff_t pos = this->gptr() - this->eback(); in seekoff()
115 return static_cast<pos_type>(this->gptr() - this->eback()); in seekoff()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dsstream271 __ninp = __rhs.gptr() - __p;
312 __ninp = __rhs.gptr() - __p;
362 __rninp = __rhs.gptr() - __p;
382 __lninp = this->gptr() - __p;
494 this->setg(this->eback(), this->gptr(), __hm_);
495 if (this->gptr() < this->egptr())
496 return traits_type::to_int_type(*this->gptr());
507 if (this->eback() < this->gptr())
511 this->setg(this->eback(), this->gptr()-1, __hm_);
515 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]))
[all …]
H A Dfstream356 this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()),
360 (char_type*)__extbuf_ + (__rhs.gptr() - __rhs.eback()),
458 ptrdiff_t __n = this->gptr() - this->eback();
474 ptrdiff_t __n = __rhs.gptr() - __rhs.eback();
718 if (this->gptr() == 0)
722 if (this->gptr() == this->egptr())
734 __c = traits_type::to_int_type(*this->gptr());
763 __c = traits_type::to_int_type(*this->gptr());
768 __c = traits_type::to_int_type(*this->gptr());
774 __c = traits_type::to_int_type(*this->gptr());
[all …]
H A Dstreambuf69 char_type* gptr() const;
240 _LIBCPP_INLINE_VISIBILITY char_type* gptr() const {return __ninp_;}
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dsstream271 __ninp = __rhs.gptr() - __p;
312 __ninp = __rhs.gptr() - __p;
362 __rninp = __rhs.gptr() - __p;
382 __lninp = this->gptr() - __p;
494 this->setg(this->eback(), this->gptr(), __hm_);
495 if (this->gptr() < this->egptr())
496 return traits_type::to_int_type(*this->gptr());
507 if (this->eback() < this->gptr())
511 this->setg(this->eback(), this->gptr()-1, __hm_);
515 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]))
[all …]
H A Dfstream356 this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()),
360 (char_type*)__extbuf_ + (__rhs.gptr() - __rhs.eback()),
458 ptrdiff_t __n = this->gptr() - this->eback();
474 ptrdiff_t __n = __rhs.gptr() - __rhs.eback();
718 if (this->gptr() == 0)
722 if (this->gptr() == this->egptr())
734 __c = traits_type::to_int_type(*this->gptr());
763 __c = traits_type::to_int_type(*this->gptr());
768 __c = traits_type::to_int_type(*this->gptr());
774 __c = traits_type::to_int_type(*this->gptr());
[all …]
H A Dstreambuf69 char_type* gptr() const;
240 _LIBCPP_INLINE_VISIBILITY char_type* gptr() const {return __ninp_;}
/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 Dstreambuf293 const streamsize __ret = this->egptr() - this->gptr();
326 if (__builtin_expect(this->gptr() < this->egptr(), true))
328 __ret = traits_type::to_int_type(*this->gptr());
348 if (__builtin_expect(this->gptr() < this->egptr(), true))
349 __ret = traits_type::to_int_type(*this->gptr());
382 const bool __testpos = this->eback() < this->gptr();
384 !traits_type::eq(__c, this->gptr()[-1]), false))
389 __ret = traits_type::to_int_type(*this->gptr());
407 if (__builtin_expect(this->eback() < this->gptr(), true))
410 __ret = traits_type::to_int_type(*this->gptr());
[all …]
H A Dsstream229 __ret = this->egptr() - this->gptr();
296 this->setg(this->eback(), this->gptr(), this->pptr());
310 // This type captures the state of the gptr / pptr pointers as offsets
322 _M_goff[1] = __from.gptr() - __str;
/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 Dstreambuf293 const streamsize __ret = this->egptr() - this->gptr();
326 if (__builtin_expect(this->gptr() < this->egptr(), true))
328 __ret = traits_type::to_int_type(*this->gptr());
348 if (__builtin_expect(this->gptr() < this->egptr(), true))
349 __ret = traits_type::to_int_type(*this->gptr());
382 const bool __testpos = this->eback() < this->gptr();
384 !traits_type::eq(__c, this->gptr()[-1]), false))
389 __ret = traits_type::to_int_type(*this->gptr());
407 if (__builtin_expect(this->eback() < this->gptr(), true))
410 __ret = traits_type::to_int_type(*this->gptr());
[all …]
H A Dsstream229 __ret = this->egptr() - this->gptr();
296 this->setg(this->eback(), this->gptr(), this->pptr());
310 // This type captures the state of the gptr / pptr pointers as offsets
322 _M_goff[1] = __from.gptr() - __str;
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dtraps.c980 register unsigned long gptr __asm__("$29"); in trap_init()
981 wrkgp(gptr); in trap_init()

12