/external/angle/third_party/vulkan-deps/vulkan-headers/src/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>{}( static_cast<typename std::underl… in operator ()() 35 struct hash<VULKAN_HPP_NAMESPACE::Instance> struct 39 return std::hash<VkInstance>{}( static_cast<VkInstance>( instance ) ); in operator ()() 44 struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice> struct 48 return std::hash<VkPhysicalDevice>{}( static_cast<VkPhysicalDevice>( physicalDevice ) ); in operator ()() 53 struct hash<VULKAN_HPP_NAMESPACE::Device> struct 57 return std::hash<VkDevice>{}( static_cast<VkDevice>( device ) ); in operator ()() 62 struct hash<VULKAN_HPP_NAMESPACE::Queue> struct 66 return std::hash<VkQueue>{}( static_cast<VkQueue>( queue ) ); in operator ()() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan_hash.hpp | 19 struct hash<VULKAN_HPP_NAMESPACE::Flags<BitType>> struct 23 …return std::hash<typename std::underlying_type<BitType>::type>{}(static_cast<typename std::underly… in operator ()() 34 struct hash<VULKAN_HPP_NAMESPACE::Instance> struct 38 return std::hash<VkInstance>{}(static_cast<VkInstance>(instance)); in operator ()() 43 struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice> struct 47 return std::hash<VkPhysicalDevice>{}(static_cast<VkPhysicalDevice>(physicalDevice)); in operator ()() 52 struct hash<VULKAN_HPP_NAMESPACE::Device> struct 56 return std::hash<VkDevice>{}(static_cast<VkDevice>(device)); in operator ()() 61 struct hash<VULKAN_HPP_NAMESPACE::Queue> struct 65 return std::hash<VkQueue>{}(static_cast<VkQueue>(queue)); in operator ()() [all …]
|
/external/vulkan-headers/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 ()() 36 struct hash<VULKAN_HPP_NAMESPACE::Instance> struct 40 return std::hash<VkInstance>{}( static_cast<VkInstance>( instance ) ); in operator ()() 45 struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice> struct 49 return std::hash<VkPhysicalDevice>{}( static_cast<VkPhysicalDevice>( physicalDevice ) ); in operator ()() 54 struct hash<VULKAN_HPP_NAMESPACE::Device> struct 58 return std::hash<VkDevice>{}( static_cast<VkDevice>( device ) ); in operator ()() 63 struct hash<VULKAN_HPP_NAMESPACE::Queue> struct 67 return std::hash<VkQueue>{}( static_cast<VkQueue>( queue ) ); in operator ()() [all …]
|
/external/oboe/samples/RhythmGame/third_party/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 …]
|
/external/rust/crates/syn/src/gen/ |
D | hash.rs | 11 fn hash<H>(&self, state: &mut H) in hash() method 21 fn hash<H>(&self, state: &mut H) in hash() method 32 fn hash<H>(&self, state: &mut H) in hash() method 46 fn hash<H>(&self, state: &mut H) in hash() method 63 fn hash<H>(&self, state: &mut H) in hash() method 75 fn hash<H>(&self, state: &mut H) in hash() method 87 fn hash<H>(&self, state: &mut H) in hash() method 182 fn hash<H>(&self, state: &mut H) in hash() method 193 fn hash<H>(&self, state: &mut H) in hash() method 203 fn hash<H>(&self, state: &mut H) in hash() method [all …]
|
/external/icu/icu4c/source/common/ |
D | uhash.cpp | 122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) UPRV_BLOCK_MACRO_BEGIN { \ argument 146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 213 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 397 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash() 440 _uhash_remove(UHashtable *hash, in _uhash_remove() 465 _uhash_put(UHashtable *hash, in _uhash_put() 593 uhash_close(UHashtable *hash) { in uhash_close() [all …]
|
/external/kmod/shared/ |
D | hash.c | 39 struct hash { struct 44 struct hash_bucket buckets[]; argument 47 struct hash *hash_new(unsigned int n_buckets, in hash_new() argument 50 struct hash *hash; in hash_new() local 67 void hash_free(struct hash *hash) in hash_free() 95 unsigned int tmp, hash = len, rem = len & 3; in hash_superfast() local 146 int hash_add(struct hash *hash, const char *key, const void *value) in hash_add() 189 int hash_add_unique(struct hash *hash, const char *key, const void *value) in hash_add_unique() 234 void *hash_find(const struct hash *hash, const char *key) in hash_find() 252 int hash_del(struct hash *hash, const char *key) in hash_del() [all …]
|
/external/perfetto/src/trace_processor/importers/common/ |
D | args_translation_table.h | 47 void AddChromeHistogramTranslationRule(uint64_t hash, base::StringView name) { in AddChromeHistogramTranslationRule() 50 void AddChromeUserEventTranslationRule(uint64_t hash, in AddChromeUserEventTranslationRule() 54 void AddChromePerformanceMarkSiteTranslationRule(uint64_t hash, in AddChromePerformanceMarkSiteTranslationRule() 58 void AddChromePerformanceMarkMarkTranslationRule(uint64_t hash, in AddChromePerformanceMarkMarkTranslationRule() 64 uint64_t hash) const { in TranslateChromeHistogramHashForTesting() 68 uint64_t hash) const { in TranslateChromeUserEventHashForTesting() 72 TranslateChromePerformanceMarkSiteHashForTesting(uint64_t hash) const { in TranslateChromePerformanceMarkSiteHashForTesting() 76 TranslateChromePerformanceMarkMarkHashForTesting(uint64_t hash) const { in TranslateChromePerformanceMarkMarkHashForTesting()
|
/external/freetype/src/base/ |
D | fthash.c | 106 FT_Hash hash ) in hash_bucket() 131 hash_rehash( FT_Hash hash, in hash_rehash() 165 hash_init( FT_Hash hash, in hash_init() 195 ft_hash_str_init( FT_Hash hash, in ft_hash_str_init() 203 ft_hash_num_init( FT_Hash hash, in ft_hash_num_init() 211 ft_hash_str_free( FT_Hash hash, in ft_hash_str_free() 235 FT_Hash hash, in hash_insert() 273 FT_Hash hash, in ft_hash_str_insert() 288 FT_Hash hash, in ft_hash_num_insert() 302 FT_Hash hash ) in hash_lookup() [all …]
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 77 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node() 95 static void cso_data_rehash(struct cso_hash *hash, int hint) in cso_data_rehash() 144 static void cso_data_might_grow(struct cso_hash *hash) in cso_data_might_grow() 150 static void cso_data_has_shrunk(struct cso_hash *hash) in cso_data_has_shrunk() 159 static struct cso_node *cso_data_first_node(struct cso_hash *hash) in cso_data_first_node() 173 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() 189 void cso_hash_init(struct cso_hash *hash) in cso_hash_init() 200 void cso_hash_deinit(struct cso_hash *hash) in cso_hash_deinit() 292 void *cso_hash_take(struct cso_hash *hash, unsigned akey) in cso_hash_take() 315 struct cso_hash_iter cso_hash_first_node(struct cso_hash *hash) in cso_hash_first_node() [all …]
|
/external/libabigail/src/ |
D | abg-hash.cc | 68 uint32_t hash = offset_basis; in fnv_hash() local 125 struct decl_base::hash struct in abigail::decl_base 128 operator()(const decl_base& d) const in operator ()() 146 struct type_decl::hash struct in abigail::type_decl 149 operator()(const type_decl& t) const in operator ()() 191 struct scope_type_decl::hash struct in abigail::scope_type_decl 194 operator()(const scope_type_decl& t) const in operator ()() 208 struct qualified_type_def::hash struct in abigail::qualified_type_def 211 operator()(const qualified_type_def& t) const in operator ()() 225 struct pointer_type_def::hash struct in abigail::pointer_type_def [all …]
|
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 97 static void *cso_data_allocate_node(struct cso_hash_data *hash) in cso_data_allocate_node() 108 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node() 126 static void cso_data_rehash(struct cso_hash_data *hash, int hint) in cso_data_rehash() 175 static void cso_data_might_grow(struct cso_hash_data *hash) in cso_data_might_grow() 181 static void cso_data_has_shrunk(struct cso_hash_data *hash) in cso_data_has_shrunk() 190 static struct cso_node *cso_data_first_node(struct cso_hash_data *hash) in cso_data_first_node() 203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() 218 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() 240 struct cso_hash *hash = MALLOC_STRUCT(cso_hash); in cso_hash_create() local 261 void cso_hash_delete(struct cso_hash *hash) in cso_hash_delete() [all …]
|
/external/rust/crates/url/tests/ |
D | urltestdata.json | 17 "hash": "" string 32 "hash": "#c" string 47 "hash": "" string 62 "hash": "" string 77 "hash": "" string 92 "hash": "" string 107 "hash": "" string 122 "hash": "" string 137 "hash": "" string 152 "hash": "" string [all …]
|
/external/python/pycparser/examples/c_files/ |
D | hash.c | 44 ReturnCode HashCreate(Hash** hash, unsigned int table_size) in HashCreate() 77 ReturnCode HashInsert(Hash* hash, const Entry* entry) in HashInsert() 100 const Entry* HashFind(const Hash* hash, const char* key) in HashFind() 117 ReturnCode HashRemove(Hash* hash, const char* key) in HashRemove() 149 void HashPrint(Hash* hash, void (*PrintFunc)(char*, char*)) in HashPrint() 170 void HashDestroy(Hash* hash) in HashDestroy()
|
/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/ |
D | hash.pass.cpp | 23 template <> struct hash<X> struct 41 auto h = std::hash<P>(); in main()
|
/external/deqp/framework/delibs/debase/ |
D | deSha1.c | 155 void deSha1Stream_finalize (deSha1Stream* stream, deSha1* hash) in deSha1Stream_finalize() 184 void deSha1_compute (deSha1* hash, size_t size, const void* data) in deSha1_compute() 193 void deSha1_render (const deSha1* hash, char* buffer) in deSha1_render() 209 deBool deSha1_parse (deSha1* hash, const char* buffer) in deSha1_parse() 267 const char* const hash; in deSha1_selfTest() member 287 deSha1 hash; in deSha1_selfTest() local 299 deSha1 hash; in deSha1_selfTest() local 358 deSha1 hash; in deSha1_selfTest() local
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data.cpp | 48 uint32_t hash; member 64 uint32_t hash; // Hashed as wide string. member 78 uint32_t hash; // Hashed as wide string. member 125 uint32_t hash = FX_HashCode_GetW(wsName, false); in XFA_GetPacketByName() local 128 [](const PacketRecord& a, uint32_t hash) { return a.hash < hash; }); in XFA_GetPacketByName() 139 uint32_t hash = FX_HashCode_GetW(name, false); in XFA_GetElementByName() local 142 [](const ElementRecord& a, uint32_t hash) { return a.hash < hash; }); in XFA_GetElementByName() 153 uint32_t hash = FX_HashCode_GetW(name, false); in XFA_GetAttributeByName() local 156 [](const AttributeRecord& a, uint32_t hash) { return a.hash < hash; }); in XFA_GetAttributeByName() 175 uint32_t hash) { return arg.uHash < hash; }); in XFA_GetAttributeValueByName()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | cache.cc | 65 uint32_t hash; // Hash of key(); used for fast sharding and comparisons member 87 LRUHandle* Lookup(const Slice& key, uint32_t hash) { in Lookup() 107 LRUHandle* Remove(const Slice& key, uint32_t hash) { in Remove() 127 LRUHandle** FindPointer(const Slice& key, uint32_t hash) { in FindPointer() 147 uint32_t hash = h->hash; in Resize() local 265 Cache::Handle* LRUCache::Lookup(const Slice& key, uint32_t hash) { in Lookup() 279 Cache::Handle* LRUCache::Insert(const Slice& key, uint32_t hash, void* value, in Insert() 331 void LRUCache::Erase(const Slice& key, uint32_t hash) { in Erase() 361 static uint32_t Shard(uint32_t hash) { return hash >> (32 - kNumShardBits); } in Shard() 373 const uint32_t hash = HashSlice(key); in Insert() local [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 109 UHashtable *hash; in TestBasic() local 160 UHashtable *hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestAllowZero() local 209 UHashtable *hash; in TestOtherAPI() local 343 UHashtable *hash; in hashIChars() local 391 static void _put(UHashtable* hash, in _put() 430 static void _get(UHashtable* hash, in _get() 443 static void _remove(UHashtable* hash, in _remove()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/ |
D | slice_intern.cc | 41 #define TABLE_IDX(hash, capacity) (((hash) >> LOG2_SHARD_COUNT) % (capacity)) argument 42 #define SHARD_IDX(hash) ((hash) & ((1 << LOG2_SHARD_COUNT) - 1)) argument 56 uint32_t hash; member 136 uint32_t hash = grpc_slice_hash_internal(slice); in grpc_slice_maybe_static_intern() local 167 uint32_t hash, const SliceArgs& args) { in MatchStaticSlice() 206 uint32_t hash, in InternNewStringLocked() 234 static InternedSliceRefcount* MatchInternedSliceLocked(uint32_t hash, in MatchInternedSliceLocked() 259 static InternedSliceRefcount* FindOrCreateInternedSlice(uint32_t hash, in FindOrCreateInternedSlice() 277 const uint32_t hash = gpr_murmur_hash3(buf, len, g_hash_seed); in ManagedMemorySlice() local 295 const uint32_t hash = grpc_slice_hash_internal(slice); in ManagedMemorySlice() local
|
/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
D | PersistentHashArrayMappedTrie.java | 88 public V get(K key, int hash, int bitsConsumed) { in get() 97 public Node<K,V> put(K key, V value, int hash, int bitsConsumed) { in put() 145 public V get(K key, int hash, int bitsConsumed) { in get() 155 public Node<K,V> put(K key, V value, int hash, int bitsConsumed) { in put() 222 public V get(K key, int hash, int bitsConsumed) { in get() 232 public Node<K,V> put(K key, V value, int hash, int bitsConsumed) { in put() 299 private static int uncompressedIndex(int hash, int bitsConsumed) { in uncompressedIndex() 303 private static int indexBit(int hash, int bitsConsumed) { in indexBit() 310 V get(K key, int hash, int bitsConsumed); in get() 312 Node<K,V> put(K key, V value, int hash, int bitsConsumed); in put()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/ |
D | hash_combine.h | 35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() 42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() 45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine()
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hash_combine.h | 35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() 42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() 45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | types.cpp | 187 size_t Type::ComputeHashValue(size_t hash, SeenTypes* seen) const { in ComputeHashValue() 261 size_t Integer::ComputeExtraStateHash(size_t hash, SeenTypes*) const { in ComputeExtraStateHash() 276 size_t Float::ComputeExtraStateHash(size_t hash, SeenTypes*) const { in ComputeExtraStateHash() 299 size_t Vector::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 325 size_t Matrix::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 362 size_t Image::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 381 size_t SampledImage::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 415 size_t Array::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 446 size_t RuntimeArray::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 504 size_t Struct::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | types.cpp | 187 size_t Type::ComputeHashValue(size_t hash, SeenTypes* seen) const { in ComputeHashValue() 261 size_t Integer::ComputeExtraStateHash(size_t hash, SeenTypes*) const { in ComputeExtraStateHash() 276 size_t Float::ComputeExtraStateHash(size_t hash, SeenTypes*) const { in ComputeExtraStateHash() 299 size_t Vector::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 325 size_t Matrix::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 362 size_t Image::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 381 size_t SampledImage::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 415 size_t Array::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 446 size_t RuntimeArray::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() 504 size_t Struct::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash() [all …]
|