/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 102 hash *= m; in _Hash_bytes() 106 hash ^= hash >> 13; in _Hash_bytes() 107 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 15; in _Hash_bytes() 144 hash *= mul; 150 hash *= mul; 152 hash = shift_mix(hash) * mul; 153 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 102 hash *= m; in _Hash_bytes() 106 hash ^= hash >> 13; in _Hash_bytes() 107 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 15; in _Hash_bytes() 144 hash *= mul; 150 hash *= mul; 152 hash = shift_mix(hash) * mul; 153 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 104 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 13; in _Hash_bytes() 109 hash *= m; in _Hash_bytes() 110 hash ^= hash >> 15; in _Hash_bytes() 149 hash *= mul; 155 hash *= mul; 157 hash = shift_mix(hash) * mul; 158 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 102 hash *= m; in _Hash_bytes() 106 hash ^= hash >> 13; in _Hash_bytes() 107 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 15; in _Hash_bytes() 144 hash *= mul; 150 hash *= mul; 152 hash = shift_mix(hash) * mul; 153 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 104 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 13; in _Hash_bytes() 109 hash *= m; in _Hash_bytes() 110 hash ^= hash >> 15; in _Hash_bytes() 149 hash *= mul; 155 hash *= mul; 157 hash = shift_mix(hash) * mul; 158 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 104 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 13; in _Hash_bytes() 109 hash *= m; in _Hash_bytes() 110 hash ^= hash >> 15; in _Hash_bytes() 149 hash *= mul; 155 hash *= mul; 157 hash = shift_mix(hash) * mul; 158 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 104 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 13; in _Hash_bytes() 109 hash *= m; in _Hash_bytes() 110 hash ^= hash >> 15; in _Hash_bytes() 149 hash *= mul; 155 hash *= mul; 157 hash = shift_mix(hash) * mul; 158 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | hash_bytes.cc | 87 hash *= m; in _Hash_bytes() 88 hash ^= k; in _Hash_bytes() 104 hash *= m; in _Hash_bytes() 108 hash ^= hash >> 13; in _Hash_bytes() 109 hash *= m; in _Hash_bytes() 110 hash ^= hash >> 15; in _Hash_bytes() 149 hash *= mul; 155 hash *= mul; 157 hash = shift_mix(hash) * mul; 158 hash = shift_mix(hash); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/ |
A D | compatibility-c++0x.cc | 57 struct hash<string> struct 63 hash<string>::operator()(string __s) const in operator ()() 64 { return _Hash_impl::hash(__s.data(), __s.length()); } in operator ()() 67 struct hash<const string&> struct 73 hash<const string&>::operator()(const string& __s) const in operator ()() 74 { return _Hash_impl::hash(__s.data(), __s.length()); } in operator ()() 78 struct hash<wstring> struct 84 hash<wstring>::operator()(wstring __s) const in operator ()() 88 struct hash<const wstring&> struct 100 struct hash<error_code> struct [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | functional_hash.h | 58 struct hash; in _GLIBCXX_VISIBILITY() 101 struct hash : __hash_enum<_Tp> in _GLIBCXX_VISIBILITY() 195 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 201 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 202 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 207 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 214 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 220 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 221 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 226 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | functional_hash.h | 59 struct hash; in _GLIBCXX_VISIBILITY() 102 struct hash : __hash_enum<_Tp> in _GLIBCXX_VISIBILITY() 196 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 202 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 203 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 208 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 215 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 221 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 222 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 227 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | functional_hash.h | 58 struct hash; in _GLIBCXX_VISIBILITY() 101 struct hash : __hash_enum<_Tp> in _GLIBCXX_VISIBILITY() 195 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 201 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 202 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 207 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 214 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 220 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 221 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 226 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 92 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 107 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 125 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 142 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 146 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 147 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 153 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 162 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 176 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 92 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 107 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 125 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 142 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 146 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 147 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 153 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 162 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 176 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 92 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 107 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 125 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 142 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 146 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 147 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 153 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 162 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 176 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 96 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 111 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 129 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 146 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 150 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 151 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 157 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 166 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 180 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 96 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 111 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 129 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 146 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 150 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 151 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 157 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 166 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 180 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 96 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 111 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 129 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 146 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 150 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 151 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 157 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 166 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 180 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 96 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 111 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 129 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 146 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 150 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 151 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 157 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 166 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 180 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | functional_hash.h | 64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY() 96 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 111 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 129 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() 146 using _Fnv_hash_base<sizeof(size_t)>::hash; in _GLIBCXX_VISIBILITY() 150 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 151 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 157 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY() 166 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY() 180 hash<string>::operator()(string) const; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | functional_hash.h | 58 struct hash; in _GLIBCXX_VISIBILITY() 62 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> in _GLIBCXX_VISIBILITY() 129 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 135 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 136 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 141 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 147 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 153 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 154 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 159 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | functional_hash.h | 58 struct hash; in _GLIBCXX_VISIBILITY() 62 struct hash<_Tp*> : public __hash_base<size_t, _Tp*> in _GLIBCXX_VISIBILITY() 129 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 135 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 136 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 141 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 147 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 153 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 154 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 159 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | functional_hash.h | 58 struct hash; in _GLIBCXX_VISIBILITY() 101 struct hash : __hash_enum<_Tp> in _GLIBCXX_VISIBILITY() 190 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 196 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 197 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 202 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 209 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 215 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 216 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 221 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | functional_hash.h | 58 struct hash; in _GLIBCXX_VISIBILITY() 101 struct hash : __hash_enum<_Tp> in _GLIBCXX_VISIBILITY() 190 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 196 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 197 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 202 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 209 hash(const void* __ptr, size_t __clength, in _GLIBCXX_VISIBILITY() 215 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 216 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 221 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/backward/ |
A D | hash_fun.h | 68 struct hash { }; in _GLIBCXX_VISIBILITY() struct 80 struct hash<char*> in _GLIBCXX_VISIBILITY() 88 struct hash<const char*> in _GLIBCXX_VISIBILITY() 96 struct hash<char> in _GLIBCXX_VISIBILITY() 104 struct hash<unsigned char> in _GLIBCXX_VISIBILITY() 112 struct hash<signed char> in _GLIBCXX_VISIBILITY() 120 struct hash<short> in _GLIBCXX_VISIBILITY() 136 struct hash<int> in _GLIBCXX_VISIBILITY() 144 struct hash<unsigned int> in _GLIBCXX_VISIBILITY() 152 struct hash<long> in _GLIBCXX_VISIBILITY() [all …]
|