| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_map.c | 94 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 D | sortkey.cpp | 249 int32_t hash; in computeHashCode() local [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_map.c | 94 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 D | nghttp3_map.c | 95 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 D | chashtst.c | 109 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 D | cse.c | 40 unsigned long hash; in cse_collect() local [all...] |
| /third_party/lzma/C/ |
| H A D | LzFindOpt.c | 223 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 D | string-16.h | 81 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 D | js-weak-refs-inl.h | 83 Object hash = unregister_token.GetHash(); in RemoveUnregisterToken() local
|
| H A D | name-inl.h | 105 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 D | ordered-hash-table-inl.h | 224 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 D | swiss-hash-table-helpers.h | 80 ProbeSequence(uint32_t hash, uint32_t mask) { in ProbeSequence() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_compiler.h | 81 uint32_t hash; member
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_cache.c | 50 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 D | d3d12_tcs_variant.cpp | 155 uint32_t hash = hash_tcs_variant_key(key); in d3d12_get_tcs_variant() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog_swizzle.c | 46 unsigned int hash; /**< swizzle value this matches */ member
|
| /third_party/node/deps/openssl/openssl/crypto/lhash/ |
| H A D | lhash.c | 109 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 D | ess_lib.c | 142 unsigned char hash[EVP_MAX_MD_SIZE]; in ESS_CERT_ID_V2_new_init() local [all...] |
| /third_party/libbpf/src/ |
| H A D | strset.c | 42 struct hashmap *hash; in strset__new() local
|
| /third_party/rust/crates/cxx/src/ |
| H A D | lib.rs | 449 mod hash; modules
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | hashmap.c | 101 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 D | pyhash.h | 87 Py_hash_t (*const hash)(const void *, Py_ssize_t); member
|
| /third_party/openssl/crypto/ess/ |
| H A D | ess_lib.c | 142 unsigned char hash[EVP_MAX_MD_SIZE]; in ESS_CERT_ID_V2_new_init() local [all...] |
| /third_party/openssl/crypto/lhash/ |
| H A D | lhash.c | 109 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 D | instruction.h | 142 struct hash<spvtools::val::Instruction> { struct
|