/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 144 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 184 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 193 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 211 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 334 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 395 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash() 438 _uhash_remove(UHashtable *hash, in _uhash_remove() 463 _uhash_put(UHashtable *hash, in _uhash_put() 590 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/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 …]
|
D | cso_cache.c | 51 unsigned hash = 0, i; in hash_key() local 87 struct cso_hash *hash; in _cso_hash_for_type() local 158 struct cso_hash *hash, in sanitize_hash() 167 static inline void sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, in sanitize_cb() 192 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_insert_state() local 202 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_find_state() local 208 void *cso_hash_find_data_from_template( struct cso_hash *hash, in cso_hash_find_data_from_template() 244 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_take_state() local 268 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_for_each_state() local
|
/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/llvm-project/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/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/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/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/e2fsprogs/lib/e2p/ |
D | hashstr.c | 21 struct hash { struct 26 static struct hash hash_list[] = { argument
|
/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/deqp/framework/delibs/decpp/ |
D | deSha1.cpp | 31 deSha1 hash; in parse() local 41 deSha1 hash; in compute() local 59 deSha1 hash; in finalize() local
|
/external/skqp/tests/ |
D | DynamicHashTest.cpp | 48 Hash hash; in DEF_TEST() local 76 Hash hash; in DEF_TEST() local 102 Hash hash; in DEF_TEST() local 114 Hash hash; in DEF_TEST() local 149 Hash hash; in DEF_TEST() local 175 Hash hash; in TestIter() local 228 Hash hash; in TestResetOrRewind() local
|
/external/toybox/toys/lsb/ |
D | md5sum.c | 251 struct hash { in do_lib_hash() struct 252 char *name; in do_lib_hash() 253 int (*init)(void *); in do_lib_hash() 254 int (*update)(void *, void *, size_t); in do_lib_hash() 255 int (*final)(void *, void *); in do_lib_hash() 256 int digest_length; in do_lib_hash() 266 }, * hash; in do_lib_hash() 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/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() 278 const uint32_t hash = gpr_murmur_hash3(buf, len, g_hash_seed); in ManagedMemorySlice() local 296 const uint32_t hash = grpc_slice_hash_internal(slice); in ManagedMemorySlice() local
|
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p6.cpp | 17 template<typename T> struct hash { }; struct 32 template<> struct hash<S> { struct 33 int operator()(const S& k) const { in operator ()()
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p6.cpp | 17 template<typename T> struct hash { }; struct 32 template<> struct hash<S> { struct 33 int operator()(const S& k) const { in operator ()()
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 106 UHashtable *hash; in TestBasic() local 156 UHashtable *hash; in TestOtherAPI() local 290 UHashtable *hash; in hashIChars() local 338 static void _put(UHashtable* hash, in _put() 357 static void _get(UHashtable* hash, in _get() 374 static void _remove(UHashtable* hash, in _remove()
|