/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.tcc | 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 94 _M_copy(__r->_M_refdata(), __buf, __len); 99 if (__len == __r->_M_capacity) 103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 104 __r->_M_destroy(__a); 105 __r = __another; 107 __r->_M_refdata()[__len++] = *__beg; 113 __r->_M_destroy(__a); 116 __r->_M_set_length_and_sharable(__len); 117 return __r->_M_refdata() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_string.tcc | 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 96 _M_copy(__r->_M_refdata(), __buf, __len); 101 if (__len == __r->_M_capacity) 105 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 106 __r->_M_destroy(__a); 107 __r = __another; 109 __r->_M_refdata()[__len++] = *__beg; 115 __r->_M_destroy(__a); 118 __r->_M_set_length_and_sharable(__len); 119 return __r->_M_refdata() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_string.tcc | 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 96 _M_copy(__r->_M_refdata(), __buf, __len); 101 if (__len == __r->_M_capacity) 105 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 106 __r->_M_destroy(__a); 107 __r = __another; 109 __r->_M_refdata()[__len++] = *__beg; 115 __r->_M_destroy(__a); 118 __r->_M_set_length_and_sharable(__len); 119 return __r->_M_refdata() [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 94 _M_copy(__r->_M_refdata(), __buf, __len); 99 if (__len == __r->_M_capacity) 103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 104 __r->_M_destroy(__a); 105 __r = __another; 107 __r->_M_refdata()[__len++] = *__beg; 113 __r->_M_destroy(__a); 116 __r->_M_set_length_and_sharable(__len); 117 return __r->_M_refdata() [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 94 _M_copy(__r->_M_refdata(), __buf, __len); 99 if (__len == __r->_M_capacity) 103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 104 __r->_M_destroy(__a); 105 __r = __another; 107 __r->_M_refdata()[__len++] = *__beg; 113 __r->_M_destroy(__a); 116 __r->_M_set_length_and_sharable(__len); 117 return __r->_M_refdata() [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 94 _M_copy(__r->_M_refdata(), __buf, __len); 99 if (__len == __r->_M_capacity) 103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 104 __r->_M_destroy(__a); 105 __r = __another; 107 __r->_M_refdata()[__len++] = *__beg; 113 __r->_M_destroy(__a); 116 __r->_M_set_length_and_sharable(__len); 117 return __r->_M_refdata() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
random.tcc | 64 static const _Tp __r = __m % __a; 67 _Tp __t2 = __r * (__x / __q); 197 template<class _UIntType, int __w, int __n, int __m, int __r, 201 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, 204 template<class _UIntType, int __w, int __n, int __m, int __r, 208 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, 211 template<class _UIntType, int __w, int __n, int __m, int __r, 215 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, 218 template<class _UIntType, int __w, int __n, int __m, int __r, 222 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
random.tcc | 64 static const _Tp __r = __m % __a; 67 _Tp __t2 = __r * (__x / __q); 197 template<class _UIntType, int __w, int __n, int __m, int __r, 201 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, 204 template<class _UIntType, int __w, int __n, int __m, int __r, 208 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, 211 template<class _UIntType, int __w, int __n, int __m, int __r, 215 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, 218 template<class _UIntType, int __w, int __n, int __m, int __r, 222 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s [all...] |
/external/stlport/stlport/stl/ |
_rope.h | 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a) 505 (max)(__l->_M_depth, __r->_M_depth) + 1, false, 506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r) 664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : 665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {} 672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {} 900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : 901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) { [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a) 505 (max)(__l->_M_depth, __r->_M_depth) + 1, false, 506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r) 664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : 665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {} 672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {} 900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : 901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) { [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a) 505 (max)(__l->_M_depth, __r->_M_depth) + 1, false, 506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r) 664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : 665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {} 672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {} 900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : 901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) { [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a) 505 (max)(__l->_M_depth, __r->_M_depth) + 1, false, 506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r) 664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : 665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {} 672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {} 900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : 901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) { [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a) 505 (max)(__l->_M_depth, __r->_M_depth) + 1, false, 506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r) 664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : 665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {} 672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {} 900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : 901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rope | 752 _Rope_RopeRep<_CharT, _Alloc>* __r, 756 __r->_M_depth) + 1, 758 __l->_M_size + __r->_M_size, __a), 759 _M_left(__l), _M_right(__r) 961 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) 962 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 972 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 973 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } [all...] |
rc_string_base.h | 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local 450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); 452 __r->_M_set_length(_M_info._M_length); 453 return __r->_M_refdata(); 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 522 __r->_M_destroy(__a); 523 __r = __another 556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local 644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local 670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
rope | 754 _Rope_RopeRep<_CharT, _Alloc>* __r, 758 __r->_M_depth) + 1, 760 __l->_M_size + __r->_M_size, __a), 761 _M_left(__l), _M_right(__r) 963 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) 964 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 974 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 975 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
rope | 754 _Rope_RopeRep<_CharT, _Alloc>* __r, 758 __r->_M_depth) + 1, 760 __l->_M_size + __r->_M_size, __a), 761 _M_left(__l), _M_right(__r) 963 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) 964 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 974 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 975 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 752 _Rope_RopeRep<_CharT, _Alloc>* __r, 756 __r->_M_depth) + 1, 758 __l->_M_size + __r->_M_size, __a), 759 _M_left(__l), _M_right(__r) 961 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) 962 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 972 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 973 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 752 _Rope_RopeRep<_CharT, _Alloc>* __r, 756 __r->_M_depth) + 1, 758 __l->_M_size + __r->_M_size, __a), 759 _M_left(__l), _M_right(__r) 961 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) 962 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 972 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 973 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 752 _Rope_RopeRep<_CharT, _Alloc>* __r, 756 __r->_M_depth) + 1, 758 __l->_M_size + __r->_M_size, __a), 759 _M_left(__l), _M_right(__r) 961 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) 962 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 972 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 973 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
complex | 129 complex(const _Tp& __r = _Tp(), const _Tp& __i = _Tp()) 130 : _M_real(__r), _M_imag(__i) { } 294 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag(); 296 _M_real = __r; 307 const _Tp __r = _M_real * __z.real() + _M_imag * __z.imag(); 310 _M_real = __r / __n; 321 complex<_Tp> __r = __x; 322 __r += __y; 323 return __r; 330 complex<_Tp> __r = __x [all...] |
stdatomic.h | 148 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 150 __r; }) 166 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 169 __r; }) 175 bool __r; \ 179 if (__t__ == *__q) { *__p = __v; __r = true; } \ 180 else { *__q = __t__; __r = false; } \ 182 __r; })
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 129 complex(const _Tp& __r = _Tp(), const _Tp& __i = _Tp()) 130 : _M_real(__r), _M_imag(__i) { } 294 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag(); 296 _M_real = __r; 307 const _Tp __r = _M_real * __z.real() + _M_imag * __z.imag(); 310 _M_real = __r / __n; 321 complex<_Tp> __r = __x; 322 __r += __y; 323 return __r; 330 complex<_Tp> __r = __x [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 129 complex(const _Tp& __r = _Tp(), const _Tp& __i = _Tp()) 130 : _M_real(__r), _M_imag(__i) { } 294 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag(); 296 _M_real = __r; 307 const _Tp __r = _M_real * __z.real() + _M_imag * __z.imag(); 310 _M_real = __r / __n; 321 complex<_Tp> __r = __x; 322 __r += __y; 323 return __r; 330 complex<_Tp> __r = __x [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 129 complex(const _Tp& __r = _Tp(), const _Tp& __i = _Tp()) 130 : _M_real(__r), _M_imag(__i) { } 294 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag(); 296 _M_real = __r; 307 const _Tp __r = _M_real * __z.real() + _M_imag * __z.imag(); 310 _M_real = __r / __n; 321 complex<_Tp> __r = __x; 322 __r += __y; 323 return __r; 330 complex<_Tp> __r = __x [all...] |