Searched refs:__dir (Results 1 - 8 of 8) 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_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
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
H A D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
H A D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
H A D_istream.c532 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) {
537 __buf->pubseekoff(__off, __dir, ios_base::in);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5253 extern char *tempnam (__const char *__dir, __const char *__pfx)

Completed in 2117 milliseconds