Home
last modified time | relevance | path

Searched refs:__newoffi (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dsstream.tcc165 off_type __newoffi = __off; in seekoff() local
166 off_type __newoffo = __newoffi; in seekoff()
169 __newoffi += this->gptr() - __beg; in seekoff()
173 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
176 && __newoffi >= 0 in seekoff()
177 && this->egptr() - __beg >= __newoffi) in seekoff()
179 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
181 __ret = pos_type(__newoffi); in seekoff()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dsstream.tcc184 off_type __newoffi = __off; in seekoff() local
185 off_type __newoffo = __newoffi; in seekoff()
188 __newoffi += this->gptr() - __beg; in seekoff()
192 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
195 && __newoffi >= 0 in seekoff()
196 && this->egptr() - __beg >= __newoffi) in seekoff()
198 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
200 __ret = pos_type(__newoffi); in seekoff()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dsstream.tcc184 off_type __newoffi = __off; in seekoff() local
185 off_type __newoffo = __newoffi; in seekoff()
188 __newoffi += this->gptr() - __beg; in seekoff()
192 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
195 && __newoffi >= 0 in seekoff()
196 && this->egptr() - __beg >= __newoffi) in seekoff()
198 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
200 __ret = pos_type(__newoffi); in seekoff()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dsstream.tcc184 off_type __newoffi = __off; in seekoff() local
185 off_type __newoffo = __newoffi; in seekoff()
188 __newoffi += this->gptr() - __beg; in seekoff()
192 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
195 && __newoffi >= 0 in seekoff()
196 && this->egptr() - __beg >= __newoffi) in seekoff()
198 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
200 __ret = pos_type(__newoffi); in seekoff()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dsstream.tcc184 off_type __newoffi = __off; in seekoff() local
185 off_type __newoffo = __newoffi; in seekoff()
188 __newoffi += this->gptr() - __beg; in seekoff()
192 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
195 && __newoffi >= 0 in seekoff()
196 && this->egptr() - __beg >= __newoffi) in seekoff()
198 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
200 __ret = pos_type(__newoffi); in seekoff()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dsstream.tcc184 off_type __newoffi = __off; in seekoff() local
185 off_type __newoffo = __newoffi; in seekoff()
188 __newoffi += this->gptr() - __beg; in seekoff()
192 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
195 && __newoffi >= 0 in seekoff()
196 && this->egptr() - __beg >= __newoffi) in seekoff()
198 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
200 __ret = pos_type(__newoffi); in seekoff()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dsstream.tcc184 off_type __newoffi = __off; in seekoff() local
185 off_type __newoffo = __newoffi; in seekoff()
188 __newoffi += this->gptr() - __beg; in seekoff()
192 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
195 && __newoffi >= 0 in seekoff()
196 && this->egptr() - __beg >= __newoffi) in seekoff()
198 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
200 __ret = pos_type(__newoffi); in seekoff()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dsstream.tcc184 off_type __newoffi = __off; in seekoff() local
185 off_type __newoffo = __newoffi; in seekoff()
188 __newoffi += this->gptr() - __beg; in seekoff()
192 __newoffo = __newoffi += this->egptr() - __beg; in seekoff()
195 && __newoffi >= 0 in seekoff()
196 && this->egptr() - __beg >= __newoffi) in seekoff()
198 this->setg(this->eback(), this->eback() + __newoffi, in seekoff()
200 __ret = pos_type(__newoffi); in seekoff()

Completed in 14 milliseconds