HomeSort by relevance Sort by last modified time
    Searched refs:__o (Results 151 - 175 of 201) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 136 // copy-construct raw array [__o, *) from plain array [__b, __e)
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
148 new(__o++) _Tp(*__b++);
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
157 { __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); }
163 _Tp* __restrict__ __o)
165 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o);
168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
172 size_t __s, _Tp* __restrict__ __o)
177 *__o++ = *__a
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 136 // copy-construct raw array [__o, *) from plain array [__b, __e)
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
148 new(__o++) _Tp(*__b++);
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
157 { __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); }
163 _Tp* __restrict__ __o)
165 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o);
168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
172 size_t __s, _Tp* __restrict__ __o)
177 *__o++ = *__a
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pair.h 68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {}
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
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,
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;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pair.h 68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {}
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
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,
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;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 136 // copy-construct raw array [__o, *) from plain array [__b, __e)
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
148 new(__o++) _Tp(*__b++);
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
157 { __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); }
163 _Tp* __restrict__ __o)
165 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o);
168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
172 size_t __s, _Tp* __restrict__ __o)
177 *__o++ = *__a
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 136 // copy-construct raw array [__o, *) from plain array [__b, __e)
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
148 new(__o++) _Tp(*__b++);
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
157 { __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); }
163 _Tp* __restrict__ __o)
165 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o);
168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
172 size_t __s, _Tp* __restrict__ __o)
177 *__o++ = *__a
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.h 134 // copy-construct raw array [__o, *) from plain array [__b, __e)
143 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
146 new(__o++) _Tp(*__b++);
154 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
155 { __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); }
161 _Tp* __restrict__ __o)
163 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o);
166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
170 size_t __s, _Tp* __restrict__ __o)
175 *__o++ = *__a
    [all...]
  /external/stlport/stlport/stl/
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
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,
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;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
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,
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;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
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,
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;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
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,
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;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
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,
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;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 983 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
985 char __f = __o.fill();
989 __o.put(__f);
1008 operator<<(basic_ostream<_CharT, _Traits>& __o,
1011 size_t __w = __o.width();
1012 bool __left = bool(__o.flags() & std::ios::left);
1015 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1024 __o.width(__w / __rope_len);
1028 _Rope_fill(__o, __pad_len);
1031 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 985 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
987 char __f = __o.fill();
991 __o.put(__f);
1010 operator<<(basic_ostream<_CharT, _Traits>& __o,
1013 size_t __w = __o.width();
1014 bool __left = bool(__o.flags() & std::ios::left);
1017 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1026 __o.width(__w / __rope_len);
1030 _Rope_fill(__o, __pad_len);
1033 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 985 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
987 char __f = __o.fill();
991 __o.put(__f);
1010 operator<<(basic_ostream<_CharT, _Traits>& __o,
1013 size_t __w = __o.width();
1014 bool __left = bool(__o.flags() & std::ios::left);
1017 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1026 __o.width(__w / __rope_len);
1030 _Rope_fill(__o, __pad_len);
1033 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 983 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
985 char __f = __o.fill();
989 __o.put(__f);
1008 operator<<(basic_ostream<_CharT, _Traits>& __o,
1011 size_t __w = __o.width();
1012 bool __left = bool(__o.flags() & std::ios::left);
1015 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1024 __o.width(__w / __rope_len);
1028 _Rope_fill(__o, __pad_len);
1031 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 983 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
985 char __f = __o.fill();
989 __o.put(__f);
1008 operator<<(basic_ostream<_CharT, _Traits>& __o,
1011 size_t __w = __o.width();
1012 bool __left = bool(__o.flags() & std::ios::left);
1015 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1024 __o.width(__w / __rope_len);
1028 _Rope_fill(__o, __pad_len);
1031 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 983 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
985 char __f = __o.fill();
989 __o.put(__f);
1008 operator<<(basic_ostream<_CharT, _Traits>& __o,
1011 size_t __w = __o.width();
1012 bool __left = bool(__o.flags() & std::ios::left);
1015 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1024 __o.width(__w / __rope_len);
1028 _Rope_fill(__o, __pad_len);
1031 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h 983 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
985 char __f = __o.fill();
989 __o.put(__f);
1008 operator<<(basic_ostream<_CharT, _Traits>& __o,
1011 size_t __w = __o.width();
1012 bool __left = bool(__o.flags() & std::ios::left);
1015 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1024 __o.width(__w / __rope_len);
1028 _Rope_fill(__o, __pad_len);
1031 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 985 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
987 char __f = __o.fill();
991 __o.put(__f);
1010 operator<<(basic_ostream<_CharT, _Traits>& __o,
1013 size_t __w = __o.width();
1014 bool __left = bool(__o.flags() & std::ios::left);
1017 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1026 __o.width(__w / __rope_len);
1030 _Rope_fill(__o, __pad_len);
1033 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 985 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
987 char __f = __o.fill();
991 __o.put(__f);
1010 operator<<(basic_ostream<_CharT, _Traits>& __o,
1013 size_t __w = __o.width();
1014 bool __left = bool(__o.flags() & std::ios::left);
1017 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1026 __o.width(__w / __rope_len);
1030 _Rope_fill(__o, __pad_len);
1033 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 985 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
987 char __f = __o.fill();
991 __o.put(__f);
1010 operator<<(basic_ostream<_CharT, _Traits>& __o,
1013 size_t __w = __o.width();
1014 bool __left = bool(__o.flags() & std::ios::left);
1017 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1026 __o.width(__w / __rope_len);
1030 _Rope_fill(__o, __pad_len);
1033 _Rope_fill(__o, __pad_len)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 985 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n)
987 char __f = __o.fill();
991 __o.put(__f);
1010 operator<<(basic_ostream<_CharT, _Traits>& __o,
1013 size_t __w = __o.width();
1014 bool __left = bool(__o.flags() & std::ios::left);
1017 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1026 __o.width(__w / __rope_len);
1030 _Rope_fill(__o, __pad_len);
1033 _Rope_fill(__o, __pad_len)
    [all...]

Completed in 1475 milliseconds

1 2 3 4 5 67 8 9