| /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| hash_fun.h | 73 unsigned long __h = 0; local 75 __h = 5 * __h + *__s; 76 return size_t(__h);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
| hash_fun.h | 73 unsigned long __h = 0; local 75 __h = 5 * __h + *__s; 76 return size_t(__h);
|
| /src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| unordered_set_operations.bench.cpp | 85 uint32_t __h = 4; local 90 __h *= __m; 91 __h ^= __k; 92 __h ^= __h >> 13; 93 __h *= __m; 94 __h ^= __h >> 15; 95 return __h;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| hashtable_policy.h | 517 _Hashtable* __h = static_cast<_Hashtable*>(this); local 518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 519 std::size_t __n = __h->_M_bucket_index(__k, __code, 520 __h->_M_bucket_count); 523 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 525 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 581 const _H1&, const _H2&, const _Hash& __h) 582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| hashtable_policy.h | 517 _Hashtable* __h = static_cast<_Hashtable*>(this); local 518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); 519 std::size_t __n = __h->_M_bucket_index(__k, __code, 520 __h->_M_bucket_count); 523 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 525 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 581 const _H1&, const _H2&, const _Hash& __h) 582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_x86_conversions.h | 1709 auto __h local 1713 _mm_unpacklo_epi8(__f, __h) // 1357 9BDF .... .... 1924 const auto __h = _mm_unpackhi_epi8(__i6, __i7); // np local 1929 _mm_unpacklo_epi8(__g, __h)) // mnop
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_x86_conversions.h | 1709 auto __h local 1713 _mm_unpacklo_epi8(__f, __h) // 1357 9BDF .... .... 1924 const auto __h = _mm_unpackhi_epi8(__i6, __i7); // np local 1929 _mm_unpacklo_epi8(__g, __h)) // mnop
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| hashtable_policy.h | 172 _ReuseOrAllocNode(__node_ptr __nodes, __hashtable_alloc& __h) 173 : _M_nodes(__nodes), _M_h(__h) { } 214 _AllocNode(__hashtable_alloc& __h) 215 : _M_h(__h) { } 879 __hashtable* __h = static_cast<__hashtable*>(this); variable 880 __hash_code __code = __h->_M_hash_code(__k); 881 std::size_t __bkt = __h->_M_bucket_index(__code); 882 if (auto __node = __h->_M_find_node(__bkt, __k, __code)) 886 __h, 892 = __h->_M_insert_unique_node(__bkt, __code, __node._M_node) 906 __hashtable* __h = static_cast<__hashtable*>(this); variable 998 __hashtable& __h = _M_conjure_hashtable(); local 1006 __hashtable& __h = _M_conjure_hashtable(); local 1016 __hashtable& __h = _M_conjure_hashtable(); local 1043 __hashtable& __h = _M_conjure_hashtable(); local 1061 __hashtable& __h = _M_conjure_hashtable(); local 1142 __hashtable& __h = this->_M_conjure_hashtable(); local 1150 __hashtable& __h = this->_M_conjure_hashtable(); local 1193 __hashtable& __h = this->_M_conjure_hashtable(); local 1201 __hashtable& __h = this->_M_conjure_hashtable(); local [all...] |
| chrono_io.h | 3166 hours __h = __bad_h, __h12 = __bad_h; // %H, %I local 3183 __h = hours(0); 3201 // (e.g. a bad %M value for __min should also reset __h and __s). 3276 __h = hours(__tm.tm_hour); 3426 __h = __bad_h; 3429 __h = hours(__tm.tm_hour); 3442 __h = __bad_h; 3446 __h = hours(__val); 3467 __h = days(__val); // __h will get added to _M_tim [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| hashtable_policy.h | 157 _ReuseOrAllocNode(__node_type* __nodes, __hashtable_alloc& __h) 158 : _M_nodes(__nodes), _M_h(__h) { } 206 _AllocNode(__hashtable_alloc& __h) 207 : _M_h(__h) { } 776 __hashtable* __h = static_cast<__hashtable*>(this); variable 777 __hash_code __code = __h->_M_hash_code(__k); 778 std::size_t __bkt = __h->_M_bucket_index(__code); 779 if (auto __node = __h->_M_find_node(__bkt, __k, __code)) 783 __h, 789 = __h->_M_insert_unique_node(__bkt, __code, __node._M_node) 803 __hashtable* __h = static_cast<__hashtable*>(this); variable 895 __hashtable& __h = _M_conjure_hashtable(); local 903 __hashtable& __h = _M_conjure_hashtable(); local 912 __hashtable& __h = _M_conjure_hashtable(); local 938 __hashtable& __h = _M_conjure_hashtable(); local 956 __hashtable& __h = _M_conjure_hashtable(); local 1037 __hashtable& __h = this->_M_conjure_hashtable(); local 1045 __hashtable& __h = this->_M_conjure_hashtable(); local 1088 __hashtable& __h = this->_M_conjure_hashtable(); local 1096 __hashtable& __h = this->_M_conjure_hashtable(); local [all...] |