Home
last modified time | relevance | path

Searched refs:hash_combine (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_id_hash.cpp9 boost::hash_combine(seed, id.x); in operator ()()
10 boost::hash_combine(seed, id.y); in operator ()()
11 boost::hash_combine(seed, id.z); in operator ()()
17 boost::hash_combine(seed, std::hash<mbgl::CanonicalTileID>{}(id.canonical)); in operator ()()
18 boost::hash_combine(seed, id.wrap); in operator ()()
24 boost::hash_combine(seed, std::hash<mbgl::CanonicalTileID>{}(id.canonical)); in operator ()()
25 boost::hash_combine(seed, id.overscaledZ); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dmerge_lines.cpp47 boost::hash_combine(hash, coord.x); in getKey()
48 boost::hash_combine(hash, coord.y); in getKey()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dextensions.hpp70 boost::hash_combine(seed, v.first); in hash_value()
71 boost::hash_combine(seed, v.second); in hash_value()
148 boost::hash_combine(seed, std::get<I>(v)); in hash_combine_tuple()
H A Dhash_fwd.hpp25 template <class T> void hash_combine(std::size_t& seed, T const& v);
H A Dhash.hpp334 inline void hash_combine(std::size_t& seed, T const& v) in hash_combine() function
351 hash_combine(seed, *first); in hash_range()
362 hash_combine(seed, *first); in hash_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dhash_variant.hpp41 hash_combine(seed, val.which()); in hash_value()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c2876 static long hash_combine(long h, long value) in hash_combine() function
3293 h = hash_combine(0, t->name_off); in btf_hash_common()
3294 h = hash_combine(h, t->info); in btf_hash_common()
3295 h = hash_combine(h, t->size); in btf_hash_common()
3313 h = hash_combine(h, info); in btf_hash_int()
3335 h = hash_combine(0, t->name_off); in btf_hash_enum()
3336 h = hash_combine(h, t->info & ~0xffff); in btf_hash_enum()
3337 h = hash_combine(h, t->size); in btf_hash_enum()
3391 h = hash_combine(h, member->name_off); in btf_hash_struct()
3392 h = hash_combine(h, member->offset); in btf_hash_struct()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp25 boost::hash_combine<float>(key, part); in getDashPosition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp286 boost::hash_combine(result, val.data().denominator()); in hash_value()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp644 boost::hash_combine(result, val.limbs()[i]); in hash_value()
646 boost::hash_combine(result, val.sign()); in hash_value()