/device/generic/vulkan-cereal/include/glm/gtx/ |
D | hash.hpp | 44 struct hash<glm::tvec1<T,P> > struct 50 struct hash<glm::tvec2<T,P> > struct 56 struct hash<glm::tvec3<T,P> > struct 62 struct hash<glm::tvec4<T,P> > struct 68 struct hash<glm::tquat<T,P>> struct 74 struct hash<glm::tdualquat<T,P> > struct 80 struct hash<glm::tmat2x2<T,P> > struct 86 struct hash<glm::tmat2x3<T,P> > struct 92 struct hash<glm::tmat2x4<T,P> > struct 98 struct hash<glm::tmat3x2<T,P> > struct [all …]
|
D | hash.inl | 16 GLM_INLINE void hash_combine(size_t &seed, size_t hash)
|
/device/linaro/dragonboard/qcom/pd-mapper/ |
D | assoc.c | 41 unsigned long hash = 0; in assoc_hash() local 68 unsigned long hash; in assoc_get() local 84 unsigned long hash; in _assoc_set() local
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 101 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int incremen… in doPrintHash() 111 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHash() 116 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | DisplayConfig.cpp | 24 inline void hashCombine(size_t& hash, const T& value) { in hashCombine() 96 size_t hash = 0; in addConfigGroups() local
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | DisplayConfig.cpp | 25 inline void hashCombine(size_t& hash, const T& value) { in hashCombine() 98 size_t hash = 0; in addConfigGroups() local
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/fuzz/ |
D | translator_fuzzer.cpp | 38 struct hash<TranslatorCacheKey> struct 40 std::size_t operator()(const TranslatorCacheKey &k) const in operator ()()
|
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/ |
D | sha1.cc | 228 char hash[SecureHashAlgorithm::kDigestSizeBytes]; in SHA1HashString() local 234 void SHA1HashBytes(const unsigned char *data, size_t len, unsigned char *hash) in SHA1HashBytes()
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan.hpp | 14248 struct hash<VULKAN_HPP_NAMESPACE::Flags<BitType>> struct 14252 return std::hash<typename std::underlying_type<BitType>::type>{}( in operator ()() 14260 struct hash<VULKAN_HPP_NAMESPACE::Instance> struct 14264 return std::hash<VkInstance>{}( static_cast<VkInstance>( instance ) ); in operator ()() 14269 struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice> struct 14273 return std::hash<VkPhysicalDevice>{}( static_cast<VkPhysicalDevice>( physicalDevice ) ); in operator ()() 14278 struct hash<VULKAN_HPP_NAMESPACE::Device> struct 14282 return std::hash<VkDevice>{}( static_cast<VkDevice>( device ) ); in operator ()() 14287 struct hash<VULKAN_HPP_NAMESPACE::Queue> struct 14291 return std::hash<VkQueue>{}( static_cast<VkQueue>( queue ) ); in operator ()() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 457 size_t RenderPassDesc::hash() const in hash() function in rx::vk::RenderPassDesc 516 size_t GraphicsPipelineDesc::hash() const in hash() function in rx::vk::GraphicsPipelineDesc 1482 size_t AttachmentOpsArray::hash() const in hash() function in rx::vk::AttachmentOpsArray 1502 size_t DescriptorSetLayoutDesc::hash() const in hash() function in rx::vk::DescriptorSetLayoutDesc 1561 size_t PipelineLayoutDesc::hash() const in hash() function in rx::vk::PipelineLayoutDesc 1637 size_t TextureDescriptorDesc::hash() const in hash() function in rx::vk::TextureDescriptorDesc 1676 size_t FramebufferDesc::hash() const in hash() function in rx::vk::FramebufferDesc 1822 size_t SamplerDesc::hash() const in hash() function in rx::vk::SamplerDesc
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | ImmutableString.h | 118 size_t hash = kFnvOffsetBasis; in operator() local
|
D | gen_builtin_symbols.py | 1010 def hash(self, key): member in HashFunction
|
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 287 uint32_t *hash; in handleVerify() local 321 const uint32_t *hash; in handleSign() local
|
/device/generic/car/emulator/audio/driver/ |
D | ext_pcm.c | 54 uint32_t hash = 5381; in str_hash_fn() local
|
D | audio_hw.c | 1617 uint32_t hash = 5381; in str_hash_fn() local
|
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 140 const uint32_t *hash = sha2finish(&shaState); in handleEncrypt() local
|
/device/generic/vulkan-cereal/third-party/lz4/ |
D | xxhash.c | 504 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash) in XXH32_canonicalFromHash() 877 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash) in XXH64_canonicalFromHash()
|
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/xxhash/ |
D | xxhash.c | 565 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash) in XXH32_canonicalFromHash() 1018 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash) in XXH64_canonicalFromHash()
|
/device/google/contexthub/firmware/os/core/ |
D | appSec.c | 436 const uint32_t *hash = BL.blSha2finish(&state->cbcSha); in appSecVerifyEncryptedData() local
|
/device/google/tangorpro/cast_auth/mediadrm/ |
D | DrmPlugin.cpp | 48 std::vector<uint8_t> adjustHash(const std::vector<uint8_t>& hash) { in adjustHash()
|
/device/generic/goldfish-opengl/system/profiler/ |
D | perfetto.cpp | 4141 struct std::hash<perfetto::base::Optional<T>> { struct in std 4143 return opt == perfetto::base::nullopt ? 0 : std::hash<T>()(*opt); in operator ()() 4385 struct std::hash<::perfetto::base::StringView> { struct in std 4386 size_t operator()(const ::perfetto::base::StringView& sv) const { in operator ()() 41784 base::Hash hash; in InitializeInstance() local 42048 base::Hash hash; in ProcessTracePacket() local 52408 base::Hash hash; in ActivateTriggers() local
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
D | perfetto.cc | 2655 struct hash<perfetto::base::Optional<T>> { struct 2657 return opt == perfetto::base::nullopt ? 0 : std::hash<T>()(*opt); in operator ()() 2902 struct hash<::perfetto::base::StringView> { struct 2903 size_t operator()(const ::perfetto::base::StringView& sv) const { in operator ()()
|