Searched defs:__o (Results 1 - 7 of 7) sorted by relevance

/external/fio/
H A Dcconv.c464 int fio_test_cconv(struct thread_options *__o) argument
472 convert_thread_options_to_net(&top1, __o);
H A Dparse.c1013 struct fio_option *__o; local
1015 for (__o = options + 1; __o->name; __o++)
1016 if (__o->parent && !strcmp(__o->parent, o->name))
1017 return __o;
1046 struct fio_option *__o; local
1057 while ((__o = find_child(o, parent)) != NULL) {
1058 __print_option(__o,
[all...]
H A Doptions.c3939 struct fio_option *__o; local
3942 __o = fio_options;
3943 while (__o->name) {
3945 __o++;
/external/stlport/stlport/stl/
H A D_pair.h68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} argument
H A D_rope.c845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) { argument
846 char __f = __o.fill();
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
851 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, argument
853 streamsize __w = __o.width();
854 const bool __left = (__o.flags() & ios::left) != 0;
856 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
863 _Rope_fill(__o, __pad_len);
867 _Rope_fill(__o, __pad_len);
869 return __o;
873 _S_io_get(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r, const __false_type& ) argument
889 operator(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r) argument
[all...]
/external/stlport/stlport/stl/debug/
H A D_debug.c461 __stl_debug_engine<_Dummy>::_Stamp_all(__owned_list* __l, __owned_list* __o) { argument
467 __pos->_M_owner=__o;
H A D_debug.h321 void _Set_owner(const __owned_list* __o) { _M_owner= __CONST_CAST(__owned_list*,__o); } argument
341 __owned_list(void* __o) { argument
343 _M_node._M_owner = __REINTERPRET_CAST(__owned_list*,__o);

Completed in 209 milliseconds