Home
last modified time | relevance | path

Searched refs:gbump (Results 1 – 7 of 7) sorted by relevance

/external/stlport/src/
Dstrstream.cpp159 gbump(-1); in pbackfail()
163 gbump(-1); in pbackfail()
167 gbump(-1); in pbackfail()
Dstdio_streambuf.cpp187 this->gbump(-1); in pbackfail()
/external/stlport/stlport/stl/
D_streambuf.h91 void gbump(int __n) { _M_gnext += __n; } in gbump() function
105 void _M_gbump(int __n) { gbump(__n); } in _M_gbump()
D_sstream.c108 this->gbump(1); in uflow()
121 this->gbump(-1); in pbackfail()
125 this->gbump(-1); in pbackfail()
133 this->gbump(-1); in pbackfail()
D_ostream.c83 __from->gbump((int)__nwritten); in _M_copy_buffered()
D_fstream.c170 this->gbump(-1); in pbackfail()
/external/oprofile/include/
Dsstream183 gbump(newoffi + off);