HomeSort by relevance Sort by last modified time
    Searched full:__h (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/ndk/android-ndk-r7/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
immintrin.h 148 __v8hi __H = __extension__ (__v8hi){ __S, 0, 0, 0, 0, 0, 0, 0 };
149 __v4sf __A = __builtin_ia32_vcvtph2ps (__H);
170 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I);
171 return (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0);
190 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I); \
191 (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0); \
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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
immintrin.h 148 __v8hi __H = __extension__ (__v8hi){ __S, 0, 0, 0, 0, 0, 0, 0 };
149 __v4sf __A = __builtin_ia32_vcvtph2ps (__H);
170 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I);
171 return (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0);
190 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I); \
191 (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0); \
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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h 540 _Hashtable* __h = static_cast<_Hashtable*>(this); local
541 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
542 std::size_t __n = __h->_M_bucket_index(__k, __code,
543 __h->_M_bucket_count);
546 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
548 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()),
559 _Hashtable* __h = static_cast<_Hashtable*>(this); local
560 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
561 std::size_t __n = __h->_M_bucket_index(__k, __code
579 _Hashtable* __h = static_cast<_Hashtable*>(this); local
597 const _Hashtable* __h = static_cast<const _Hashtable*>(this); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h 540 _Hashtable* __h = static_cast<_Hashtable*>(this); local
541 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
542 std::size_t __n = __h->_M_bucket_index(__k, __code,
543 __h->_M_bucket_count);
546 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
548 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()),
559 _Hashtable* __h = static_cast<_Hashtable*>(this); local
560 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
561 std::size_t __n = __h->_M_bucket_index(__k, __code
579 _Hashtable* __h = static_cast<_Hashtable*>(this); local
597 const _Hashtable* __h = static_cast<const _Hashtable*>(this); local
    [all...]
  /prebuilts/gcc/darwin-x86/x86/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);
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hash_fun.h 74 unsigned long __h = 0; local
76 __h = 5 * __h + *__s;
77 return size_t(__h);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hash_fun.h 74 unsigned long __h = 0; local
76 __h = 5 * __h + *__s;
77 return size_t(__h);
  /prebuilts/gcc/linux-x86/x86/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/ndk/android-ndk-r7/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);

Completed in 475 milliseconds

1 2 3 4