/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | hash.h | 35 inline uint64 Hash64(const char* data, size_t n) { in Hash64() function 39 inline uint64 Hash64(const char* data) { return Hash64(data, ::strlen(data)); } in Hash64() function 41 inline uint64 Hash64(const std::string& str) { in Hash64() function 45 inline uint64 Hash64(const tstring& str) { in Hash64() function
|
H A D | hash.cc | 79 uint64 Hash64(const char* data, size_t n, uint64 seed) { in Hash64() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/ |
D | digest_0_10_support.rs | 54 impl Update for xxh3::Hash64 { implementation 60 impl OutputSizeUser for xxh3::Hash64 { implementation 64 impl FixedOutput for xxh3::Hash64 { implementation 71 impl HashMarker for xxh3::Hash64 {} implementation
|
D | xxh3.rs | 120 pub struct Hash64(State); struct 122 impl Hash64 { implementation 132 impl Hasher for Hash64 { implementation
|
D | std_support.rs | 85 fn build_hasher(&self) -> Hash64 { in build_hasher()
|
D | digest_0_9_support.rs | 97 impl Digest for xxh3::Hash64 { implementation
|
D | digest_support.rs | 97 impl Digest for xxh3::Hash64 { implementation
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/ |
D | hash.h | 37 inline uint64_t Hash64(const char* data, size_t n) { in Hash64() function 41 inline uint64_t Hash64(const std::string& str) { in Hash64() function
|
D | hash.cpp | 91 uint64_t Hash64(const char* data, size_t n, uint64_t seed) { in Hash64() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/ |
D | hash.go | 55 type Hash64 interface { interface
|
/aosp_15_r20/build/blueprint/proptools/ |
H A D | hash_provider.go | 45 func calculateHashInternal(hasher hash.Hash64, v reflect.Value, ptrs map[uintptr]bool) error {
|
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/unord.hash/ |
H A D | murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp | 21 typedef std::__murmur2_or_cityhash<uint64_t> Hash64; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/unord.hash/ |
H A D | murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp | 21 typedef std::__murmur2_or_cityhash<std::uint64_t> Hash64; typedef
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkChecksum.cpp | 117 uint64_t Hash64(const void *data, size_t bytes, uint64_t seed) { in Hash64() function
|
/aosp_15_r20/external/libtextclassifier/native/utils/hash/ |
H A D | farmhash.h | 192 inline uint64_t Hash64(const Str& s) { in Hash64() function
|
H A D | farmhash.cc | 458 uint64_t Hash64(const char *s, size_t len) { in Hash64() function 1445 uint64_t Hash64(const char* s, size_t len) { in Hash64() function
|
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/ |
H A D | farmhash.h | 190 inline uint64_t Hash64(const Str& s) { in Hash64() function
|
H A D | farmhash.cc | 456 uint64_t Hash64(const char *s, size_t len) { in Hash64() function 1443 uint64_t Hash64(const char* s, size_t len) { in Hash64() function
|
/aosp_15_r20/external/cronet/base/hash/ |
H A D | md5_constexpr_internal.h | 243 static constexpr uint64_t Hash64(std::string_view data) { in Hash64() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
D | objfile.go | 419 func (w *writer) Hash64(s *LSym) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/ |
D | objfile.go | 768 func (r *Reader) Hash64(i uint32) uint64 { func
|