Searched defs:__dir (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_num_put.c51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; local
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; local
163 if (__dir == ios_base::left) {
167 else if (__dir == ios_base::internal && __len != 0 &&
173 else if (__dir == ios_base::internal && __len >= 2 &&
396 ios_base::fmtflags __dir = __f.flags() & ios_base::adjustfield; local
398 if (__dir == ios_base::left) {
H A D_ostream.h156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { argument
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
H A D_sstream.c301 ios_base::seekdir __dir,
315 switch(__dir) {
300 seekoff(off_type __off, ios_base::seekdir __dir, ios_base::openmode __mode) argument

Completed in 1606 milliseconds