Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_num_put.c51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; in __copy_float_and_fill() local
53 if (__dir == ios_base::left) { in __copy_float_and_fill()
57 else if (__dir == ios_base::internal && __first != __last && in __copy_float_and_fill()
161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; in __copy_integer_and_fill() local
163 if (__dir == ios_base::left) { in __copy_integer_and_fill()
167 else if (__dir == ios_base::internal && __len != 0 && in __copy_integer_and_fill()
173 else if (__dir == ios_base::internal && __len >= 2 && in __copy_integer_and_fill()
396 ios_base::fmtflags __dir = __f.flags() & ios_base::adjustfield; in __do_put_bool() local
398 if (__dir == ios_base::left) { in __do_put_bool()
D_ostream.h156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp() argument
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out); in seekp()
D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_sstream.c301 ios_base::seekdir __dir, in seekoff() argument
315 switch(__dir) { in seekoff()
D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_istream.c518 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) { in seekg() argument
523 __buf->pubseekoff(__off, __dir, ios_base::in); in seekg()
D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);