Searched refs:__extbe (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 224 char* __extbe = __extbuf_; in overflow() local 228 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); in overflow() 236 streamsize __nmemb = static_cast<size_t>(__extbe - __extbuf_); in overflow() 329 char* __extbe; in sync() local 330 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); in sync() 331 streamsize __nmemb = static_cast<streamsize>(__extbe - __extbuf_); in sync() 353 char* __extbe; in sync() local 355 … __r = __cv_->out(__st_, __e, this->egptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); in sync() 362 __c += __extbe - __extbuf_; in sync()
|
| /freebsd/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/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fstream | 780 char* __extbe = __extbuf_; 787 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); 795 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf_); 917 char* __extbe; 918 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); 919 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_;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 1022 char* __extbe; 1023 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); 1024 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf_);
|