| /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 185 const std::streamsize __off = __ret - __n1_left; local 186 if (__off >= 0) 188 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off); 401 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () 407 if (fseeko(this->file(), __off, __way)) 413 if (__off > numeric_limits<long>::max() 414 || __off < numeric_limits<long>::min()) 416 if (fseek(this->file(), __off, __way)) 419 return __way == ios_base::beg ? __off : std::get_file_offset(this) 461 const streamoff __off = __buffer.st_size - std::get_file_offset(this); local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 178 const std::streamsize __off = __ret - __n1_left; local 179 if (__off >= 0) 181 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off); 379 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () 382 return lseek64(this->fd(), __off, __way); 384 if (__off > numeric_limits<off_t>::max() 385 || __off < numeric_limits<off_t>::min()) 388 return fseek(this->file(), __off, __way); 390 return lseek(this->fd(), __off, __way) 428 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0, local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| cow_string.h | 376 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT 378 const bool __testoff = __off < this->size() - __pos; 379 return __testoff ? __off : this->size() - __pos; 3327 const size_type __off = __s - _M_data(); local 3329 __s = _M_data() + __off; 3386 const size_type __off = __s - _M_data(); local 3388 __s = _M_data() + __off; 3444 size_type __off = __s - _M_data(); local 3445 __left ? __off : (__off += __n2 - __n1) [all...] |
| chrono_io.h | 2031 const chrono::seconds __off = 0s; local 2032 const auto __lf = chrono::local_time_format(__lt, &__abbrev, &__off); 2061 const chrono::seconds __off = 0s; local 2062 const auto __lf = chrono::local_time_format(__lt, &__abbrev, &__off); 2755 minutes __off{}; 2757 __offset = &__off; 2792 minutes __off{}; 2794 __offset = &__off; 2827 minutes __off{}; 2829 __offset = &__off; [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| cow_string.h | 384 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT 386 const bool __testoff = __off < this->size() - __pos; 387 return __testoff ? __off : this->size() - __pos; 3237 const size_type __off = __s - _M_data(); local 3239 __s = _M_data() + __off; 3296 const size_type __off = __s - _M_data(); local 3298 __s = _M_data() + __off; 3354 size_type __off = __s - _M_data(); local 3355 __left ? __off : (__off += __n2 - __n1) [all...] |