/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 20 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 …]
|
D | vulkansc_hash.hpp | 20 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 …]
|
/hardware/google/gfxstream/third-party/glm/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)
|
/hardware/interfaces/tests/hash/1.0/default/ |
D | Hash.cpp | 6 namespace hash { namespace
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawDevice.h | 59 std::hash<unsigned int> hash; in operator() local
|
D | DummyDynamicAccelDaemon.cpp | 114 size_t hash = std::hash<std::string>()(mSensorName); in getUuid() local
|
/hardware/nxp/secure_element/pn8x/ls_client/src/ |
D | LsClient.cpp | 69 static int compareLSHash(uint8_t* hash, uint8_t length) { in compareLSHash() 301 uint8_t hash[20] = {0}; in performLSDownload_thread() local
|
D | LsLib.cpp | 2018 LSCSTATUS LSC_ReadLsHash(uint8_t* hash, uint16_t* readHashLen, uint8_t slotId) { in LSC_ReadLsHash() 2083 LSCSTATUS LSC_UpdateLsHash(uint8_t* hash, long hashLen, uint8_t slotId) { in LSC_UpdateLsHash()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateRequest.cpp | 53 char hash = 0; in validate() local
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateRequest.cpp | 57 char hash = 0; in validate() local
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | ValidateRequest.cpp | 97 char hash = 0; in validate() local
|
/hardware/interfaces/security/secretkeeper/aidl/vts/ |
D | secretkeeper_cli.rs | 260 let hash = BoringSha256.compute_sha256(s.as_bytes()).unwrap(); in string_to_id() localVariable
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 544 uint32_t hash = 5381; in inv_checksum() local
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 544 uint32_t hash = 5381; in inv_checksum() local
|
/hardware/google/gfxstream/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
|
/hardware/google/gfxstream/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() 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
|