| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan_hash.hpp | 20   struct hash<VULKAN_HPP_NAMESPACE::Flags<BitType>>  struct24       return std::hash<typename std::underlying_type<BitType>::type>{}(  in operator ()()
 37   template <> struct hash<VULKAN_HPP_NAMESPACE::Instance>  struct
 41       return std::hash<VkInstance>{}(static_cast<VkInstance>(instance));  in operator ()()
 45   template <> struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice>  struct
 49       return std::hash<VkPhysicalDevice>{}(static_cast<VkPhysicalDevice>(physicalDevice));  in operator ()()
 53   template <> struct hash<VULKAN_HPP_NAMESPACE::Device>  struct
 57       return std::hash<VkDevice>{}(static_cast<VkDevice>(device));  in operator ()()
 61   template <> struct hash<VULKAN_HPP_NAMESPACE::Queue>  struct
 65       return std::hash<VkQueue>{}(static_cast<VkQueue>(queue));  in operator ()()
 [all …]
 
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ | 
| D | hash.hpp | 44 	struct hash<glm::tvec1<T,P> >  struct50 	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()  local68 	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/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/google/contexthub/util/nanoapp_sign/ | 
| D | nanoapp_sign.c | 287         uint32_t *hash;  in handleVerify()  local321     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 | 1629     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/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/vulkan-cereal/third-party/stb/include/stb/ | 
| D | stb_image_write.h | 869    stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16);  in stbiw__zhash()  local
 | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | stb_image_write.h | 869    stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16);  in stbiw__zhash()  local
 | 
| D | tinyexr.h | 3918       mz_uint hash =  in tdefl_compress_fast()  local4116       mz_uint hash = (d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK]  in tdefl_compress_normal()  local
 4146           mz_uint hash = ((d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK]  in tdefl_compress_normal()  local
 
 | 
| /device/generic/goldfish-opengl/system/profiler/ | 
| D | perfetto.cpp | 4141 struct std::hash<perfetto::base::Optional<T>> {  struct in std4143     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
 
 |