Home
last modified time | relevance | path

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

12345678910>>...29

/external/icu/icu4c/source/common/
Duhash.c122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \ argument
143 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
183 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
192 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
210 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
333 _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()
574 uhash_close(UHashtable *hash) { in uhash_close()
[all …]
/external/kmod/shared/
Dhash.c39 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/
Dfthash.c107 FT_Hash hash ) in hash_bucket()
132 hash_rehash( FT_Hash hash, in hash_rehash()
166 hash_init( FT_Hash hash, in hash_init()
196 ft_hash_str_init( FT_Hash hash, in ft_hash_str_init()
204 ft_hash_num_init( FT_Hash hash, in ft_hash_num_init()
212 ft_hash_str_free( FT_Hash hash, in ft_hash_str_free()
236 FT_Hash hash, in hash_insert()
274 FT_Hash hash, in ft_hash_str_insert()
289 FT_Hash hash, in ft_hash_num_insert()
303 FT_Hash hash ) in hash_lookup()
[all …]
/external/libdrm/amdgpu/
Dutil_hash.c100 static void *util_data_allocate_node(struct util_hash_data *hash) in util_data_allocate_node()
111 util_hash_create_node(struct util_hash *hash, in util_hash_create_node()
129 static void util_data_rehash(struct util_hash_data *hash, int hint) in util_data_rehash()
178 static void util_data_might_grow(struct util_hash_data *hash) in util_data_might_grow()
184 static void util_data_has_shrunk(struct util_hash_data *hash) in util_data_has_shrunk()
193 static struct util_node *util_data_first_node(struct util_hash_data *hash) in util_data_first_node()
206 static struct util_node **util_hash_find_node(struct util_hash *hash, unsigned akey) in util_hash_find_node()
222 util_hash_insert(struct util_hash *hash, unsigned key, void *data) in util_hash_insert()
243 struct util_hash *hash = malloc(sizeof(struct util_hash)); in util_hash_create() local
264 drm_private void util_hash_delete(struct util_hash *hash) in util_hash_delete()
[all …]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c97 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 …]
Dcso_cache.c51 unsigned hash = 0, i; in hash_key() local
85 struct cso_hash *hash; in _cso_hash_for_type() local
156 struct cso_hash *hash, in sanitize_hash()
165 static INLINE void sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, in sanitize_cb()
190 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_insert_state() local
200 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_find_state() local
206 void *cso_hash_find_data_from_template( struct cso_hash *hash, in cso_hash_find_data_from_template()
242 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_take_state() local
266 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_for_each_state() local
/external/deqp/framework/delibs/debase/
DdeSha1.c155 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/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/
Dhash.pass.cpp23 template <> struct hash<X> struct
41 auto h = std::hash<P>(); in main()
/external/toybox/toys/lsb/
Dmd5sum.c250 struct hash { in do_lib_hash() struct
251 char *name; in do_lib_hash()
252 int (*init)(void *); in do_lib_hash()
253 int (*update)(void *, void *, size_t); in do_lib_hash()
254 int (*final)(void *, void *); in do_lib_hash()
255 int digest_length; in do_lib_hash()
265 }, * hash; in do_lib_hash() local
/external/e2fsprogs/lib/e2p/
Dhashstr.c21 struct hash { struct
26 static struct hash hash_list[] = { argument
/external/deqp/framework/delibs/decpp/
DdeSha1.cpp31 deSha1 hash; in parse() local
41 deSha1 hash; in compute() local
59 deSha1 hash; in finalize() local
/external/v8/src/js/
Dtemplates.js40 function GetCachedCallSite(siteObj, hash) { argument
52 function SetCachedCallSite(siteObj, hash) { argument
68 function GetTemplateCallSite(siteObj, rawStrings, hash) { argument
/external/skia/tests/
DDynamicHashTest.cpp45 Hash hash; in DEF_TEST() local
67 Hash hash; in DEF_TEST() local
79 Hash hash; in DEF_TEST() local
114 Hash hash; in DEF_TEST() local
140 Hash hash; in TestIter() local
193 Hash hash; in TestResetOrRewind() local
/external/icu/icu4c/source/test/cintltst/
Dchashtst.c106 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()
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp6.cpp17 template<typename T> struct hash { }; struct
32 template<> struct hash<S> { struct
33 int operator()(const S& k) const { in operator ()()
/external/skia/src/opts/
DSkChecksum_opts.h35 uint64_t hash = seed; in hash_fn() local
87 static uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn()
131 static uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn()
176 static uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn()
/external/fio/
Dfilelock.c19 uint32_t hash; member
119 static struct fio_filelock *fio_hash_find(uint32_t hash) in fio_hash_find()
133 static struct fio_filelock *fio_hash_get(uint32_t hash, int trylock) in fio_hash_get()
171 uint32_t hash; in __fio_lock_file() local
228 uint32_t hash; in fio_unlock_file() local
/external/v8/src/base/
Dhashmap.h128 const Key& key, uint32_t hash) const { in Lookup()
137 const Key& key, uint32_t hash, AllocationPolicy allocator) { in LookupOrInsert()
146 const Key& key, uint32_t hash, const Func& value_func, in LookupOrInsert()
161 const Key& key, uint32_t hash, AllocationPolicy allocator) { in InsertNew()
169 const Key& key, uint32_t hash) { in Remove()
264 const Key& key, uint32_t hash) const { in Probe()
281 Entry* entry, const Key& key, const Value& value, uint32_t hash, in FillEmptyEntry()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len) in eap_pwd_h_update()
32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest) in eap_pwd_h_final()
43 struct crypto_hash *hash; in eap_pwd_kdf() local
95 struct crypto_hash *hash; in compute_password_element() local
312 struct crypto_hash *hash; in compute_keys() local
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java355 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
362 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
377 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
392 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
409 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
416 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
431 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
446 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
491 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next); in newEntry()
917 StrongEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongEntry()
[all …]
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java446 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
453 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
468 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
483 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
500 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
507 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
522 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
537 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
583 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next); in newEntry()
1067 StrongEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongEntry()
[all …]
/external/libcxx/test/std/utilities/variant/variant.hash/
Dhash.pass.cpp28 template <> struct hash<::MakeEmptyT> { struct
40 using H = std::hash<V>; in test_hash_variant()
128 struct std::hash<B> { struct in std
129 size_t operator()(B const&) const { in operator ()()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c51 uint32_t hash; member
68 uint32_t (*hash)(const void *key); member
123 uint32_t hash, in util_cache_entry_get()
186 uint32_t hash = cache->hash(key); in util_cache_set() local
221 uint32_t hash = cache->hash(key); in util_cache_get() local
292 uint32_t hash; in util_cache_remove() local
/external/guava/guava/src/com/google/common/hash/
DHashCode.java119 public static HashCode fromInt(int hash) { in fromInt()
124 final int hash; field in HashCode.IntHashCode
126 IntHashCode(int hash) { in IntHashCode()
179 public static HashCode fromLong(long hash) { in fromLong()
184 final long hash; field in HashCode.LongHashCode
186 LongHashCode(long hash) { in LongHashCode()
/external/mesa3d/src/mesa/program/
Dprog_cache.c39 GLuint hash; member
61 GLuint hash = 0, i; in hash_key() local
182 const GLuint hash = hash_key(key, keysize); in _mesa_search_program_cache() local
203 const GLuint hash = hash_key(key, keysize); in _mesa_program_cache_insert() local
231 const GLuint hash = hash_key(key, keysize); in _mesa_shader_cache_insert() local

12345678910>>...29