Home
last modified time | relevance | path

Searched defs:hash (Results 351 - 375 of 1169) sorted by relevance

1...<<11121314151617181920>>...47

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c94 static uint32_t hash(ngtcp2_map_key_type key) { in hash() function
98 static size_t h2idx(uint32_t hash, uint32_t bits) { in h2idx() argument
122 static void map_bucket_set_data(ngtcp2_map_bucket *bkt, uint32_t hash, in map_bucket_set_data() argument
149 insert(ngtcp2_map_bucket *table, uint32_t tablelen, uint32_t tablelenbits, uint32_t hash, ngtcp2_map_key_type key, void *data) insert() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dsortkey.cpp249 int32_t hash; in computeHashCode() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.c94 static uint32_t hash(nghttp2_map_key_type key) { in hash() function
98 static size_t h2idx(uint32_t hash, uint32_t bits) { in h2idx() argument
122 static void map_bucket_set_data(nghttp2_map_bucket *bkt, uint32_t hash, in map_bucket_set_data() argument
149 insert(nghttp2_map_bucket *table, uint32_t tablelen, uint32_t tablelenbits, uint32_t hash, nghttp2_map_key_type key, void *data) insert() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.c95 static uint32_t hash(nghttp3_map_key_type key) { in hash() function
99 static size_t h2idx(uint32_t hash, uint32_t bits) { in h2idx() argument
123 static void map_bucket_set_data(nghttp3_map_bucket *bkt, uint32_t hash, in map_bucket_set_data() argument
150 insert(nghttp3_map_bucket *table, uint32_t tablelen, uint32_t tablelenbits, uint32_t hash, nghttp3_map_key_type key, void *data) insert() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c109 UHashtable *hash; in TestBasic() local
160 UHashtable *hash = uhash_open(hashChars, isEqualChars, NULL, &status); TestAllowZero() local
209 UHashtable *hash; TestOtherAPI() local
343 UHashtable *hash; hashIChars() local
391 _put(UHashtable* hash, const char* key, int32_t value, int32_t expectedOldValue) _put() argument
430 _get(UHashtable* hash, const char* key, int32_t expectedValue) _get() argument
443 _remove(UHashtable* hash, const char* key, int32_t expectedValue) _remove() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dcse.c40 unsigned long hash; in cse_collect() local
[all...]
/third_party/lzma/C/
H A DLzFindOpt.c223 GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 *posRes) GetMatchesSpecN_2() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.h81 std::size_t hash() const { in hash() function in v8_inspector::String16
161 struct hash<v8_inspector::String16> { struct
/third_party/node/deps/v8/src/objects/
H A Djs-weak-refs-inl.h83 Object hash = unregister_token.GetHash(); in RemoveUnregisterToken() local
H A Dname-inl.h105 uint32_t Name::CreateHashFieldValue(uint32_t hash, HashFieldType type) { in CreateHashFieldValue() argument
128 uint32_t Name::hash() const { in hash() function in v8::internal::Name
H A Dordered-hash-table-inl.h224 inline void SmallOrderedNameDictionary::SetHash(int hash) { in SetHash() argument
226 WriteField<int>(PrefixOffset(), hash); in SetHash() local
230 int hash = ReadField<int>(PrefixOffset()); in Hash() local
235 inline void OrderedNameDictionary::SetHash(int hash) { in SetHash() argument
242 int hash = Smi::ToInt(hash_obj); Hash() local
[all...]
H A Dswiss-hash-table-helpers.h80 ProbeSequence(uint32_t hash, uint32_t mask) { in ProbeSequence() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.h81 uint32_t hash; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c50 uint32_t hash; member
66 uint32_t (*hash)(const void *key); member
133 util_cache_entry_get(struct util_cache *cache, uint32_t hash, const void *key) util_cache_entry_get() argument
200 uint32_t hash; util_cache_set() local
239 uint32_t hash; util_cache_get() local
321 uint32_t hash; util_cache_remove() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_tcs_variant.cpp155 uint32_t hash = hash_tcs_variant_key(key); in d3d12_get_tcs_variant() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.c46 unsigned int hash; /**< swizzle value this matches */ member
/third_party/node/deps/openssl/openssl/crypto/lhash/
H A Dlhash.c109 unsigned long hash; in OPENSSL_LH_insert() local
139 unsigned long hash; in OPENSSL_LH_delete() local
165 unsigned long hash; in OPENSSL_LH_retrieve() local
217 unsigned long hash; in expand() local
294 unsigned long hash, nn; getrn() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ess/
H A Dess_lib.c142 unsigned char hash[EVP_MAX_MD_SIZE]; in ESS_CERT_ID_V2_new_init() local
[all...]
/third_party/libbpf/src/
H A Dstrset.c42 struct hashmap *hash; in strset__new() local
/third_party/rust/crates/cxx/src/
H A Dlib.rs449 mod hash; modules
/third_party/pulseaudio/src/pulsecore/
H A Dhashmap.c101 unsigned hash = h->hash_func(e->key) % NBUCKETS; in remove_entry() local
122 static struct hashmap_entry *hash_scan(const pa_hashmap *h, unsigned hash, const void *key) { in hash_scan() argument
136 unsigned hash; in pa_hashmap_put() local
177 unsigned hash; pa_hashmap_get() local
192 unsigned hash; pa_hashmap_remove() local
[all...]
/third_party/python/Include/
H A Dpyhash.h87 Py_hash_t (*const hash)(const void *, Py_ssize_t); member
/third_party/openssl/crypto/ess/
H A Dess_lib.c142 unsigned char hash[EVP_MAX_MD_SIZE]; in ESS_CERT_ID_V2_new_init() local
[all...]
/third_party/openssl/crypto/lhash/
H A Dlhash.c109 unsigned long hash; in OPENSSL_LH_insert() local
139 unsigned long hash; in OPENSSL_LH_delete() local
165 unsigned long hash; in OPENSSL_LH_retrieve() local
217 unsigned long hash; in expand() local
294 unsigned long hash, nn; getrn() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dinstruction.h142 struct hash<spvtools::val::Instruction> { struct

Completed in 12 milliseconds

1...<<11121314151617181920>>...47