Searched refs:__extbe (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | std_stream.h | 317 char* __extbe = __extbuf; in overflow() local 323 __r = __cv_->out(*__st_, pbase, pptr, __e, __extbuf, __extbuf + sizeof(__extbuf), __extbe); in overflow() 330 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf); in overflow() 363 char* __extbe; in sync() local 364 __r = __cv_->unshift(*__st_, __extbuf, __extbuf + sizeof(__extbuf), __extbe); in sync() 365 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf); in sync()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 836 char* __extbe = __extbuf_; 843 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); 851 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf_); 973 char* __extbe; 974 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); 975 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf_);
|
| H A D | locale | 3548 char* __extbe = __extbuf_; 3552 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); 3560 streamsize __nmemb = static_cast<size_t>(__extbe - __extbuf_); 3653 char* __extbe; 3654 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); 3655 streamsize __nmemb = static_cast<streamsize>(__extbe - __extbuf_); 3677 char* __extbe; 3679 … __r = __cv_->out(__st_, __e, this->egptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); 3686 __c += __extbe - __extbuf_;
|