/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
div64.h | 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_raw_storage_iter.h | 98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local 100 return __tmp;
|
stl_list.h | 150 _Self __tmp = *this; local 152 return __tmp; 165 _Self __tmp = *this; local 167 return __tmp; 230 _Self __tmp = *this; local 232 return __tmp; 245 _Self __tmp = *this; local 247 return __tmp; 849 iterator __tmp = end(); local 850 --__tmp; 861 const_iterator __tmp = end(); local 1407 _Node* __tmp = _M_create_node(__x); local 1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local [all...] |
locale_classes.tcc | 63 _Impl* __tmp = new _Impl(*_M_impl, 1); 66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id); 70 __tmp->_M_remove_reference(); 73 return locale(__tmp);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_stack.h | 91 _Sequence __tmp = c; local 93 __x.c = __tmp;
|
_string_base.h | 173 _Tp *__tmp = _M_finish; local 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 186 _Tp *__tmp = _M_start_of_storage._M_data; local 195 __s._M_start_of_storage._M_data = __tmp;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 354 iterator __tmp = __pos; ++__tmp; 355 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp)) 356 _Invalidate_iterator(__tmp); 362 iterator __tmp = __before_first; ++__tmp; local 363 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__tmp)) 364 _Invalidate_iterators(__tmp, __last);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_list.h | 150 _Self __tmp = *this; local 152 return __tmp; 165 _Self __tmp = *this; local 167 return __tmp; 230 _Self __tmp = *this; local 232 return __tmp; 245 _Self __tmp = *this; local 247 return __tmp; 849 iterator __tmp = end(); local 850 --__tmp; 861 const_iterator __tmp = end(); local 1407 _Node* __tmp = _M_create_node(__x); local 1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local [all...] |
locale_classes.tcc | 63 _Impl* __tmp = new _Impl(*_M_impl, 1); 66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id); 70 __tmp->_M_remove_reference(); 73 return locale(__tmp);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 150 _Self __tmp = *this; local 152 return __tmp; 165 _Self __tmp = *this; local 167 return __tmp; 230 _Self __tmp = *this; local 232 return __tmp; 245 _Self __tmp = *this; local 247 return __tmp; 849 iterator __tmp = end(); local 850 --__tmp; 861 const_iterator __tmp = end(); local 1407 _Node* __tmp = _M_create_node(__x); local 1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local [all...] |
locale_classes.tcc | 63 _Impl* __tmp = new _Impl(*_M_impl, 1); 66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id); 70 __tmp->_M_remove_reference(); 73 return locale(__tmp);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 150 _Self __tmp = *this; local 152 return __tmp; 165 _Self __tmp = *this; local 167 return __tmp; 230 _Self __tmp = *this; local 232 return __tmp; 245 _Self __tmp = *this; local 247 return __tmp; 849 iterator __tmp = end(); local 850 --__tmp; 861 const_iterator __tmp = end(); local 1407 _Node* __tmp = _M_create_node(__x); local 1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local [all...] |
locale_classes.tcc | 63 _Impl* __tmp = new _Impl(*_M_impl, 1); 66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id); 70 __tmp->_M_remove_reference(); 73 return locale(__tmp);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 150 _Self __tmp = *this; local 152 return __tmp; 165 _Self __tmp = *this; local 167 return __tmp; 230 _Self __tmp = *this; local 232 return __tmp; 245 _Self __tmp = *this; local 247 return __tmp; 849 iterator __tmp = end(); local 850 --__tmp; 861 const_iterator __tmp = end(); local 1407 _Node* __tmp = _M_create_node(__x); local 1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local [all...] |
locale_classes.tcc | 63 _Impl* __tmp = new _Impl(*_M_impl, 1); 66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id); 70 __tmp->_M_remove_reference(); 73 return locale(__tmp);
|
/external/stlport/stlport/stl/ |
_string_base.h | 173 _Tp *__tmp = _M_finish; local 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 186 _Tp *__tmp = _M_start_of_storage._M_data; local 195 __s._M_start_of_storage._M_data = __tmp;
|
_slist.c | 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); local 50 _STLP_STD::_Destroy(&__tmp->_M_data); 51 _M_head.deallocate(__tmp,1);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_base.h | 173 _Tp *__tmp = _M_finish; local 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 186 _Tp *__tmp = _M_start_of_storage._M_data; local 195 __s._M_start_of_storage._M_data = __tmp;
|
_slist.c | 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); local 50 _STLP_STD::_Destroy(&__tmp->_M_data); 51 _M_head.deallocate(__tmp,1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_classes.tcc | 65 _Impl* __tmp = new _Impl(*_M_impl, 1); 68 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id); 72 __tmp->_M_remove_reference(); 75 return locale(__tmp);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_classes.tcc | 65 _Impl* __tmp = new _Impl(*_M_impl, 1); 68 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id); 72 __tmp->_M_remove_reference(); 75 return locale(__tmp);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_base.h | 173 _Tp *__tmp = _M_finish; local 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 186 _Tp *__tmp = _M_start_of_storage._M_data; local 195 __s._M_start_of_storage._M_data = __tmp;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_base.h | 173 _Tp *__tmp = _M_finish; local 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 186 _Tp *__tmp = _M_start_of_storage._M_data; local 195 __s._M_start_of_storage._M_data = __tmp;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_base.h | 173 _Tp *__tmp = _M_finish; local 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 186 _Tp *__tmp = _M_start_of_storage._M_data; local 195 __s._M_start_of_storage._M_data = __tmp;
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
mm3dnow.h | 175 union { __v2sf v; float a[2]; } __tmp; local 176 __tmp.v = (__v2sf)__A; 177 return __tmp.a[0];
|