Home
last modified time | relevance | path

Searched defs:__off (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc178 const std::streamsize __off = __ret - __n1_left; in xwritev() local
379 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () in seekoff()
428 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0, in showmanyc() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc164 const std::streamsize __off = __ret - __n1_left; in xwritev() local
345 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () in seekoff()
390 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0, in showmanyc() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
H A Dostream.tcc290 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
H A Dfstream.tcc833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek()
H A Distream.tcc892 seekg(off_type __off, ios_base::seekdir __dir) in seekg()
H A Dlocale_facets.tcc1071 streamsize __off = 0; in _M_insert_float() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
H A Dcow_string.h3230 const size_type __off = __s - _M_data(); in _GLIBCXX_VISIBILITY() local
3289 const size_type __off = __s - _M_data(); in _GLIBCXX_VISIBILITY() local
3347 size_type __off = __s - _M_data(); in _GLIBCXX_VISIBILITY() local
H A Dostream.tcc288 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
H A Dfstream.tcc833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek()
H A Distream.tcc936 seekg(off_type __off, ios_base::seekdir __dir) in seekg()
H A Dlocale_facets.tcc1089 streamsize __off = 0; in _M_insert_float() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dsearch.h52 _DifferenceTp* __off) in __calc_borders()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dsearch.h52 _DifferenceTp* __off) in __calc_borders()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1001 const size_type __off = __s - _M_data; in version() local
1064 const size_type __off = __s - _M_data; in version() local
1101 size_type __off = __s - _M_data; in version() local
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()