/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
ropeimpl.h | 316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 317 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), 318 _M_root_rope(&__r) 427 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) 429 size_t __old_len = __r->_M_size; 434 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); 440 __r->_M_get_allocator()); 445 __r->_M_get_allocator()); 456 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, 459 if (__r->_M_ref_count > 1 1440 _RopeLeaf* __r = (_RopeLeaf*) __right; local 1461 _RopeLeaf* __r = (_RopeLeaf*) __right; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 2179 int __r = traits_type::compare(_M_data(), __str.data(), __len); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 319 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), 320 _M_root_rope(&__r) 429 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) 431 size_t __old_len = __r->_M_size; 436 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); 442 __r->_M_get_allocator()); 447 __r->_M_get_allocator()); 458 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, 461 if (__r->_M_ref_count > 1 1442 _RopeLeaf* __r = (_RopeLeaf*) __right; local 1463 _RopeLeaf* __r = (_RopeLeaf*) __right; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 2228 int __r = traits_type::compare(_M_data(), __str.data(), __len); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 319 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), 320 _M_root_rope(&__r) 429 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) 431 size_t __old_len = __r->_M_size; 436 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); 442 __r->_M_get_allocator()); 447 __r->_M_get_allocator()); 458 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, 461 if (__r->_M_ref_count > 1 1442 _RopeLeaf* __r = (_RopeLeaf*) __right; local 1463 _RopeLeaf* __r = (_RopeLeaf*) __right; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 66 _M_root_rope(&__r) { 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { 379 size_t __old_len = __r->_M_size._M_data 1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local 1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 66 _M_root_rope(&__r) { 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { 379 size_t __old_len = __r->_M_size._M_data 1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local 1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 2179 int __r = traits_type::compare(_M_data(), __str.data(), __len); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 319 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), 320 _M_root_rope(&__r) 429 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) 431 size_t __old_len = __r->_M_size; 436 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); 442 __r->_M_get_allocator()); 447 __r->_M_get_allocator()); 458 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, 461 if (__r->_M_ref_count > 1 1442 _RopeLeaf* __r = (_RopeLeaf*) __right; local 1463 _RopeLeaf* __r = (_RopeLeaf*) __right; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 2228 int __r = traits_type::compare(_M_data(), __str.data(), __len); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 319 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), 320 _M_root_rope(&__r) 429 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) 431 size_t __old_len = __r->_M_size; 436 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); 442 __r->_M_get_allocator()); 447 __r->_M_get_allocator()); 458 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, 461 if (__r->_M_ref_count > 1 1442 _RopeLeaf* __r = (_RopeLeaf*) __right; local 1463 _RopeLeaf* __r = (_RopeLeaf*) __right; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_string.h | 2231 int __r = traits_type::compare(_M_data(), __str.data(), __len); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
ropeimpl.h | 317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 318 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), 319 _M_root_rope(&__r) 428 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) 430 size_t __old_len = __r->_M_size; 435 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); 441 __r->_M_get_allocator()); 446 __r->_M_get_allocator()); 457 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, 460 if (__r->_M_ref_count > 1 1441 _RopeLeaf* __r = (_RopeLeaf*) __right; local 1462 _RopeLeaf* __r = (_RopeLeaf*) __right; local [all...] |
/external/clang/lib/Headers/ |
xmmintrin.h | 831 __m128 __r; local 836 __r = _mm_setzero_ps(); 837 __r = _mm_cvtpi32_ps(__r, __c); 838 __r = _mm_movelh_ps(__r, __r); 840 __r = _mm_cvtpi32_ps(__r, __c); 842 return __r; 849 __m128 __r; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 4664 __time_get_c_storage<char>::__r() const function in class:__time_get_c_storage 4672 __time_get_c_storage<wchar_t>::__r() const function in class:__time_get_c_storage [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
xmmintrin.h | 799 __v4sf __r; local 811 __r = (__v4sf) _mm_setzero_ps (); 812 __r = __builtin_ia32_cvtpi2ps (__r, __hisi); 813 __r = __builtin_ia32_movlhps (__r, __r); 814 __r = __builtin_ia32_cvtpi2ps (__r, __losi); 816 return (__m128) __r; 826 __v4sf __r; local [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
xmmintrin.h | 799 __v4sf __r; local 811 __r = (__v4sf) _mm_setzero_ps (); 812 __r = __builtin_ia32_cvtpi2ps (__r, __hisi); 813 __r = __builtin_ia32_movlhps (__r, __r); 814 __r = __builtin_ia32_cvtpi2ps (__r, __losi); 816 return (__m128) __r; 826 __v4sf __r; local [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
xmmintrin.h | 831 __m128 __r; local 836 __r = _mm_setzero_ps(); 837 __r = _mm_cvtpi32_ps(__r, __c); 838 __r = _mm_movelh_ps(__r, __r); 840 __r = _mm_cvtpi32_ps(__r, __c); 842 return __r; 849 __m128 __r; local [all...] |