Searched defs:__o (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ostreambuf_iterator.h | 79 …f_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW in ostreambuf_iterator()
|
D | _rope.c | 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) { in _Rope_fill() 851 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, in _S_io_get() 873 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, in _S_io_get()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.h | 321 void _Set_owner(const __owned_list* __o) { _M_owner= __CONST_CAST(__owned_list*,__o); } in _Set_owner() 341 __owned_list(void* __o) { in __owned_list()
|
D | _debug.c | 461 __stl_debug_engine<_Dummy>::_Stamp_all(__owned_list* __l, __owned_list* __o) { in _Stamp_all()
|
/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 146 union { uint8x8x2_t __i; __builtin_neon_ti __o; } __bu = { __b }; in vst2_u8() member 152 union { uint8x8x4_t __i; __builtin_neon_oi __o; } __bu = { __b }; in vst4_u8() member
|