/external/stlport/stlport/stl/ |
_string_hash.h | 35 unsigned long __h = 0; local 39 __h = /* 5 *__h */(__h << 2) + __h + __data[__i]; 40 return size_t(__h);
|
_hash_fun.h | 46 unsigned long __h = 0; local 48 __h = 5*__h + *__s; 50 return size_t(__h);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_hash.h | 35 unsigned long __h = 0; local 39 __h = /* 5 *__h */(__h << 2) + __h + __data[__i]; 40 return size_t(__h);
|
_hash_fun.h | 46 unsigned long __h = 0; local 48 __h = 5*__h + *__s; 50 return size_t(__h);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_string_hash.h | 35 unsigned long __h = 0; local 39 __h = /* 5 *__h */(__h << 2) + __h + __data[__i]; 40 return size_t(__h);
|
_hash_fun.h | 46 unsigned long __h = 0; local 48 __h = 5*__h + *__s; 50 return size_t(__h);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string_hash.h | 35 unsigned long __h = 0; local 39 __h = /* 5 *__h */(__h << 2) + __h + __data[__i]; 40 return size_t(__h);
|
_hash_fun.h | 46 unsigned long __h = 0; local 48 __h = 5*__h + *__s; 50 return size_t(__h);
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
pmmintrin.h | 115 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) 117 __builtin_ia32_monitor (__P, __E, __H); 121 _mm_mwait (unsigned int __E, unsigned int __H) 123 __builtin_ia32_mwait (__E, __H);
|
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
pmmintrin.h | 115 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) 117 __builtin_ia32_monitor (__P, __E, __H); 121 _mm_mwait (unsigned int __E, unsigned int __H) 123 __builtin_ia32_mwait (__E, __H);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
hash_fun.h | 71 unsigned long __h = 0; local 73 __h = 5 * __h + *__s; 74 return size_t(__h);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
pmmintrin.h | 115 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) 117 __builtin_ia32_monitor (__P, __E, __H); 121 _mm_mwait (unsigned int __E, unsigned int __H) 123 __builtin_ia32_mwait (__E, __H);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
pmmintrin.h | 114 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) 116 __builtin_ia32_monitor (__P, __E, __H); 120 _mm_mwait (unsigned int __E, unsigned int __H) 122 __builtin_ia32_mwait (__E, __H);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
pmmintrin.h | 114 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) 116 __builtin_ia32_monitor (__P, __E, __H); 120 _mm_mwait (unsigned int __E, unsigned int __H) 122 __builtin_ia32_mwait (__E, __H);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_fun.h | 71 unsigned long __h = 0; local 73 __h = 5 * __h + *__s; 74 return size_t(__h);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_fun.h | 71 unsigned long __h = 0; local 73 __h = 5 * __h + *__s; 74 return size_t(__h);
|
/external/llvm/test/CodeGen/X86/ |
2006-05-02-InstrSched2.ll | 12 %__h.2.4.i = phi i32 [ %tmp449.i, %cond_true456.i ], [ 0, %newFuncRoot ] ; <i32> [#uses=1] 13 %tmp446.i = mul i32 %__h.2.4.i, 5 ; <i32> [#uses=1]
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable_policy.h | 566 _Hashtable* __h = static_cast<_Hashtable*>(this); local 567 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 568 std::size_t __n = __h->_M_bucket_index(__k, __code, 569 __h->_M_bucket_count); 572 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 574 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 586 _Hashtable* __h = static_cast<_Hashtable*>(this); local 587 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 588 std::size_t __n = __h->_M_bucket_index(__k, __code 604 const _Hashtable* __h = static_cast<const _Hashtable*>(this); local [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 566 _Hashtable* __h = static_cast<_Hashtable*>(this); local 567 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 568 std::size_t __n = __h->_M_bucket_index(__k, __code, 569 __h->_M_bucket_count); 572 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 574 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 586 _Hashtable* __h = static_cast<_Hashtable*>(this); local 587 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 588 std::size_t __n = __h->_M_bucket_index(__k, __code 604 const _Hashtable* __h = static_cast<const _Hashtable*>(this); local [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 566 _Hashtable* __h = static_cast<_Hashtable*>(this); local 567 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 568 std::size_t __n = __h->_M_bucket_index(__k, __code, 569 __h->_M_bucket_count); 572 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 574 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 586 _Hashtable* __h = static_cast<_Hashtable*>(this); local 587 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 588 std::size_t __n = __h->_M_bucket_index(__k, __code 604 const _Hashtable* __h = static_cast<const _Hashtable*>(this); local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
modified_bessel_func.tcc | 117 _Tp __h = __nu * __xi; 118 if ( __h < __fp_min ) 119 __h = __fp_min; 122 _Tp __c = __h; 130 __h *= __del; 139 _Tp __Ipnul = __h * __Inul; 198 _Tp __h = __delh; 217 __h += __delh; 226 __h = __a1 * __h; [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
modified_bessel_func.tcc | 117 _Tp __h = __nu * __xi; 118 if ( __h < __fp_min ) 119 __h = __fp_min; 122 _Tp __c = __h; 130 __h *= __del; 139 _Tp __Ipnul = __h * __Inul; 198 _Tp __h = __delh; 217 __h += __delh; 226 __h = __a1 * __h; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
modified_bessel_func.tcc | 117 _Tp __h = __nu * __xi; 118 if ( __h < __fp_min ) 119 __h = __fp_min; 122 _Tp __c = __h; 130 __h *= __del; 139 _Tp __Ipnul = __h * __Inul; 198 _Tp __h = __delh; 217 __h += __delh; 226 __h = __a1 * __h; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
tuple | 70 _Head_base(const _Head& __h) 71 : _Head(__h) { } 74 _Head_base(_UHead&& __h) 75 : _Head(std::forward<_UHead>(__h)) { } 89 _Head_base(const _Head& __h) 90 : _M_head_impl(__h) { } 93 _Head_base(_UHead&& __h) 94 : _M_head_impl(std::forward<_UHead>(__h)) { } 100 _M_swap_impl(_Head&& __h) 103 swap(__h, _M_head_impl) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 70 _Head_base(const _Head& __h) 71 : _Head(__h) { } 74 _Head_base(_UHead&& __h) 75 : _Head(std::forward<_UHead>(__h)) { } 89 _Head_base(const _Head& __h) 90 : _M_head_impl(__h) { } 93 _Head_base(_UHead&& __h) 94 : _M_head_impl(std::forward<_UHead>(__h)) { } 100 _M_swap_impl(_Head&& __h) 103 swap(__h, _M_head_impl) [all...] |