Searched refs:__computed_off (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | fstream.tcc | 744 off_type __computed_off = __off * __width; in seekoff() local 748 __computed_off += _M_get_ext_pos(__state); in seekoff() 751 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 755 __computed_off = this->pptr() - this->pbase(); in seekoff() 760 __ret = __file_off + __computed_off; in seekoff()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | fstream.tcc | 862 off_type __computed_off = __off * __width; in seekoff() local 866 __computed_off += _M_get_ext_pos(__state); in seekoff() 869 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 873 __computed_off = this->pptr() - this->pbase(); in seekoff() 878 __ret = __file_off + __computed_off; in seekoff()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | fstream.tcc | 829 off_type __computed_off = __off * __width; in seekoff() local 833 __computed_off += _M_get_ext_pos(__state); in seekoff() 836 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 840 __computed_off = this->pptr() - this->pbase(); in seekoff() 845 __ret = __file_off + __computed_off; in seekoff()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | fstream.tcc | 827 off_type __computed_off = __off * __width; in seekoff() local 831 __computed_off += _M_get_ext_pos(__state); in seekoff() 834 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 838 __computed_off = this->pptr() - this->pbase(); in seekoff() 843 __ret = __file_off + __computed_off; in seekoff()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | fstream.tcc | 862 off_type __computed_off = __off * __width; in seekoff() local 866 __computed_off += _M_get_ext_pos(__state); in seekoff() 869 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 873 __computed_off = this->pptr() - this->pbase(); in seekoff() 878 __ret = __file_off + __computed_off; in seekoff()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | fstream.tcc | 829 off_type __computed_off = __off * __width; in seekoff() local 833 __computed_off += _M_get_ext_pos(__state); in seekoff() 836 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 840 __computed_off = this->pptr() - this->pbase(); in seekoff() 845 __ret = __file_off + __computed_off; in seekoff()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | fstream.tcc | 829 off_type __computed_off = __off * __width; in seekoff() local 833 __computed_off += _M_get_ext_pos(__state); in seekoff() 836 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 840 __computed_off = this->pptr() - this->pbase(); in seekoff() 845 __ret = __file_off + __computed_off; in seekoff()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | fstream.tcc | 862 off_type __computed_off = __off * __width; in seekoff() local 866 __computed_off += _M_get_ext_pos(__state); in seekoff() 869 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 873 __computed_off = this->pptr() - this->pbase(); in seekoff() 878 __ret = __file_off + __computed_off; in seekoff()
|
Completed in 44 milliseconds