Searched defs:__mode (Results 1 - 2 of 2) sorted by relevance

/external/blktrace/btt/
H A Dseek.c159 static void __mode(struct rb_node *n, struct mode *mp) function
164 __mode(n->rb_left, mp);
166 __mode(n->rb_right, mp);
302 __mode(root->rb_node, mp);
/external/stlport/stlport/stl/
H A D_sstream.c45 ::basic_stringbuf(ios_base::openmode __mode) argument
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) argument
52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s)
302 ios_base::openmode __mode) {
303 __mode &= _M_mode;
305 bool __imode = (__mode & ios_base::in) != 0;
306 bool __omode = (__mode & ios_base::out) != 0;
358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { argument
359 __mode
300 seekoff(off_type __off, ios_base::seekdir __dir, ios_base::openmode __mode) argument
394 basic_istringstream(ios_base::openmode __mode) argument
402 basic_istringstream(const _String& __str,ios_base::openmode __mode) argument
417 basic_ostringstream(ios_base::openmode __mode) argument
425 basic_ostringstream(const _String& __str, ios_base::openmode __mode) argument
440 basic_stringstream(ios_base::openmode __mode) argument
447 basic_stringstream(const _String& __str, ios_base::openmode __mode) argument
[all...]

Completed in 114 milliseconds