Searched refs:wyhash (Results 1 – 16 of 16) sorted by relevance
/external/angle/third_party/abseil-cpp/absl/hash/ |
D | CMakeLists.txt | 39 absl::wyhash 121 wyhash 123 "internal/wyhash.h" 125 "internal/wyhash.cc" 142 absl::wyhash
|
D | BUILD.gn | 16 ":wyhash", 63 absl_source_set("wyhash") { 64 public = [ "internal/wyhash.h" ] 65 sources = [ "internal/wyhash.cc" ]
|
D | BUILD.bazel | 40 ":wyhash", 146 name = "wyhash", 147 srcs = ["internal/wyhash.cc"], 148 hdrs = ["internal/wyhash.h"], 166 ":wyhash",
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/wyhash/ |
D | BUILD | 6 name = "wyhash", 7 hdrs = ["wyhash.h"],
|
D | wyhash.h | 104 static inline uint64_t wyhash(const void *key, uint64_t len, uint64_t seed, const uint64_t *secret){ in wyhash() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/ |
D | BUILD | 31 "//third_party/wyhash:cmake_files", 88 "//third_party/wyhash:cmake_files",
|
D | CMakeLists.txt | 82 /third_party/wyhash) 163 add_library(wyhash INTERFACE) target
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/ |
D | BUILD | 87 "//third_party/wyhash", 322 deps = ["//third_party/wyhash"], 349 deps = ["//third_party/wyhash"], 375 deps = ["//third_party/wyhash"],
|
/external/rust/crates/ahash/smhasher/ |
D | 0002-Add-support-for-aHash.patch | 261 { wyhash32_test, 32, 0x09DE8066, "wyhash32", "wyhash (32-bit)", GOOD }, 263 { wyhash32low, 32, 0x9241B8A3, "wyhash32low", "wyhash lower 32bit", GOOD }, 266 { wyhash_test, 64, 0x7C62138D, "wyhash", "wyhash (64-bit)", GOOD },
|
/external/angle/third_party/abseil-cpp/CMake/ |
D | AbseilDll.cmake | 127 "hash/internal/wyhash.h" 128 "hash/internal/wyhash.cc"
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.c | 279 return wyhash(p, n, 0, _wyp); in table_hash()
|
/external/rust/crates/oorandom/ |
D | README.md | 46 [WyRand](https://github.com/wangyi-fudan/wyhash) PRNG algorithm,
|
/external/rust/crates/grpcio-sys/grpc/ |
D | gRPC-C++.podspec | 802 'third_party/upb/third_party/wyhash/wyhash.h', 1370 'third_party/upb/third_party/wyhash/wyhash.h',
|
D | gRPC-Core.podspec | 1323 'third_party/upb/third_party/wyhash/wyhash.h', 1890 'third_party/upb/third_party/wyhash/wyhash.h',
|
D | grpc.gemspec | 2027 s.files += %w( third_party/upb/third_party/wyhash/wyhash.h )
|
/external/angle/ |
D | Android.bp | 5410 "third_party/abseil-cpp/absl/hash/internal/wyhash.cc",
|