Searched refs:__extbe (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 802 char* __extbe = __extbuf_; 809 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); 817 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf_); 938 char* __extbe; 939 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); 940 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf_);
|
| H A D | locale | 3517 char* __extbe = __extbuf_; 3521 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); 3529 streamsize __nmemb = static_cast<size_t>(__extbe - __extbuf_); 3622 char* __extbe; 3623 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); 3624 streamsize __nmemb = static_cast<streamsize>(__extbe - __extbuf_); 3646 char* __extbe; 3648 … __r = __cv_->out(__st_, __e, this->egptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); 3655 __c += __extbe - __extbuf_;
|