Home
last modified time | relevance | path

Searched refs:__way (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dstl_iterator.h65 int __way) in __can_advance() argument
66 { return __gnu_debug::__can_advance(__it.base(), __dist, -__way); } in __can_advance()
129 int __way)
130 { return __gnu_debug::__can_advance(__it.base(), __dist, __way); }
Dsafe_iterator.tcc112 int __way) const in _M_can_advance()
115 ? _M_can_advance(__way * __dist.first) in _M_can_advance()
116 : _M_can_advance(__way * (__dist.first == 0 in _M_can_advance()
Dsafe_iterator.h416 int __way) const;
994 int __way) in __can_advance() argument
995 { return __it._M_can_advance(__dist, __way); } in __can_advance()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument
173 const bool __testboth = __testin && __testout && __way != ios_base::cur; in seekoff()
186 if (__way == ios_base::cur) in seekoff()
191 else if (__way == ios_base::end) in seekoff()
Dfstream.tcc833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() argument
849 bool __no_movement = __way == ios_base::cur && __off == 0 in seekoff()
863 if (_M_reading && __way == ios_base::cur) in seekoff()
869 __ret = _M_seek(__computed_off, __way, __state); in seekoff()
908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek() argument
913 off_type __file_off = _M_file.seekoff(__off, __way); in _M_seek()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
Dbasic_file_stdio.cc379 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () in seekoff() argument
382 return lseek64(this->fd(), __off, __way); in seekoff()
388 return fseek(this->file(), __off, __way); in seekoff()
390 return lseek(this->fd(), __off, __way); in seekoff()
Dbasic_file_stdio.h123 seekoff(streamoff __off, ios_base::seekdir __way) throw (); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dspanstream143 seekoff(off_type __off, ios_base::seekdir __way,
148 if (__way == ios_base::beg)
171 else if (__way == ios_base::cur)
178 else if (__way == ios_base::end)
Dstreambuf250 * @param __way Value for ios_base::seekdir.
256 pubseekoff(off_type __off, ios_base::seekdir __way,
258 { return this->seekoff(__off, __way, __mode); }
Dfstream421 seekoff(off_type __off, ios_base::seekdir __way,
430 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
Dsstream395 seekoff(off_type __off, ios_base::seekdir __way,