/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hash_combine.h | 30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine() function 35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() function 42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() function 45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine() function
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/ |
H A D | hash_combine.h | 30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine() function 35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() function 42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() function 45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hash_combine.h | 30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine() function 35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() function 42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() function 45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine() function
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/sdk/ |
H A D | hash_util.h | 14 inline void hash_combine(size_t& seed, size_t hash) { in hash_combine() function 19 template <class T> inline void hash_combine(size_t& seed, T const& v) { hash_combine(seed, std::has… in hash_combine() function
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.hpp | 78 inline void hash_combine(std::size_t &seed, T const &v) in hash_combine() function 85 inline void hash_combine(std::size_t &seed, T const &v, Rest &&...rest) in hash_combine() function
|
/aosp_15_r20/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioCommonTypes.h | 34 static size_t hash_combine(size_t seed, size_t v) { in hash_combine() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | quic_compressed_certs_cache.cc | 15 inline void hash_combine(uint64_t* seed, const uint64_t& val) { in hash_combine() function
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_surface_state_manager.cpp | 176 inline void hash_combine(uint32_t &res, const T &field) in hash_combine() function
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | hash.h | 46 inline size_t hash_combine(size_t seed, size_t value) { in hash_combine() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/ |
D | load_data_store.h | 103 void hash_combine(size_t* seed, const std::string& k) const { in hash_combine() function
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/load_reporter/ |
H A D | load_data_store.h | 103 void hash_combine(size_t* seed, const std::string& k) const { in hash_combine() function
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | hash.inl | 16 GLM_INLINE void hash_combine(size_t &seed, size_t hash) function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | hash.inl | 16 GLM_INLINE void hash_combine(size_t &seed, size_t hash) function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Utils.h | 35 inline size_t hash_combine(size_t seed, size_t value) { in hash_combine() function
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/ |
H A D | VecUtils.h | 31 inline size_t hash_combine(size_t seed, size_t value) { in hash_combine() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/ |
D | hash.hpp | 413 inline void hash_combine(std::size_t& seed, T const& v) in hash_combine() function
|
/aosp_15_r20/external/libbpf/src/ |
H A D | btf.c | 3318 static long hash_combine(long h, long value) in hash_combine() function
|