Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 16 of 16) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_hash.hpp20 struct hash<VULKAN_HPP_NAMESPACE::Flags<BitType>> struct
24 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/
Dhash.hpp44 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 …]
Dhash.inl16 GLM_INLINE void hash_combine(size_t &seed, size_t hash)
/device/linaro/dragonboard/qcom/pd-mapper/
Dassoc.c41 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/
Dnanoapp.c101 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/
DDisplayConfig.cpp25 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/
Dnanoapp_sign.c287 uint32_t *hash; in handleVerify() local
321 const uint32_t *hash; in handleSign() local
/device/generic/car/emulator/audio/driver/
Dext_pcm.c54 uint32_t hash = 5381; in str_hash_fn() local
Daudio_hw.c1629 uint32_t hash = 5381; in str_hash_fn() local
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c140 const uint32_t *hash = sha2finish(&shaState); in handleEncrypt() local
/device/google/contexthub/firmware/os/core/
DappSec.c436 const uint32_t *hash = BL.blSha2finish(&state->cbcSha); in appSecVerifyEncryptedData() local
/device/google/tangorpro/cast_auth/mediadrm/
DDrmPlugin.cpp48 std::vector<uint8_t> adjustHash(const std::vector<uint8_t>& hash) { in adjustHash()
/device/generic/vulkan-cereal/third-party/stb/include/stb/
Dstb_image_write.h869 stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16); in stbiw__zhash() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dstb_image_write.h869 stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16); in stbiw__zhash() local
Dtinyexr.h3918 mz_uint hash = in tdefl_compress_fast() local
4116 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/
Dperfetto.cpp4141 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