Home
last modified time | relevance | path

Searched refs:hash32 (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/opts/
DSkChecksum_opts.h63 auto hash32 = (uint32_t)hash; in hash_fn() local
66 hash32 = _mm_crc32_u32(hash32, sk_unaligned_load<uint32_t>(data)); in hash_fn()
70 hash32 = _mm_crc32_u16(hash32, sk_unaligned_load<uint16_t>(data)); in hash_fn()
74 hash32 = _mm_crc32_u8(hash32, sk_unaligned_load<uint8_t>(data)); in hash_fn()
76 return hash32; in hash_fn()
/third_party/gn/src/gn/
Dunique_vector.h22 uint32_t hash32; member
25 size_t hash_value() const { return hash32; } in hash_value()
61 uint32_t hash32 = Node::ToHash32(hash); in Lookup() local
62 return BaseType::NodeLookup(hash32, [&](const Node* node) { in Lookup()
63 return hash32 == node->hash32 && EqualTo()(vector[node->index()], item); in Lookup()
/third_party/nghttp2/src/
Dshrpx_log_config.cc53 util::hash32(StringRef{reinterpret_cast<uint8_t *>(&tid), in LogConfig()
Dshrpx_client_handler.cc680 return util::hash32(ip); in compute_affinity_from_ip()
752 h = util::hash32(StringRef{reinterpret_cast<uint8_t *>(&rh), in get_affinity_cookie()
Dutil.h757 uint32_t hash32(const StringRef &s);
Dutil.cc1433 uint32_t hash32(const StringRef &s) { in hash32() function
/third_party/glib/gio/
Dgnetworkmonitorbase.c385 guint32 *hash32; in inet_address_mask_hash() member
394 addr_hash = *integerifier.hash32; in inet_address_mask_hash()