Home
last modified time | relevance | path

Searched defs:hash_state (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DHashing.h268 struct hash_state { struct
271 /// Create a new hash_state structure and initialize it based on the argument
274 static hash_state create(const char *s, uint64_t seed) { in create() argument
289 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
302 void mix(const char *s) { in mix()
319 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DHashing.h268 struct hash_state { struct
271 /// Create a new hash_state structure and initialize it based on the argument
274 static hash_state create(const char *s, uint64_t seed) { in create() argument
289 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
302 void mix(const char *s) { in mix()
319 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h260 struct hash_state { struct
263 /// \brief Create a new hash_state structure and initialize it based on the argument
266 static hash_state create(const char *s, uint64_t seed) { in create() argument
277 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
290 void mix(const char *s) { in mix()
307 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DHashing.h260 struct hash_state { struct
263 /// \brief Create a new hash_state structure and initialize it based on the argument
266 static hash_state create(const char *s, uint64_t seed) { in create() argument
277 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
290 void mix(const char *s) { in mix()
307 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DHashing.h268 struct hash_state { struct
271 /// Create a new hash_state structure and initialize it based on the argument
274 static hash_state create(const char *s, uint64_t seed) { in create() argument
289 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
302 void mix(const char *s) { in mix()
319 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DHashing.h268 struct hash_state { struct
271 /// Create a new hash_state structure and initialize it based on the argument
274 static hash_state create(const char *s, uint64_t seed) { in create() argument
289 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
302 void mix(const char *s) { in mix()
319 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DHashing.h267 struct hash_state { struct
270 /// Create a new hash_state structure and initialize it based on the argument
273 static hash_state create(const char *s, uint64_t seed) { in create() argument
284 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
297 void mix(const char *s) { in mix()
314 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h259 struct hash_state { struct
262 /// Create a new hash_state structure and initialize it based on the argument
265 static hash_state create(const char *s, uint64_t seed) { in create() argument
276 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
289 void mix(const char *s) { in mix()
306 uint64_t finalize(size_t length) { in finalize()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/
H A Dhash_test.cc831 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
849 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
897 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
921 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
935 friend H AbslHashValue(H hash_state, const TypeErased& v) { in AbslHashValue()
H A Dhash.h289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/
H A Dhash_test.cc70 friend H AbslHashValue(H hash_state, const TypeErasedValue& v) { in AbslHashValue()
1101 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
1119 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
1167 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
1191 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/
H A Dhash_test.cc70 friend H AbslHashValue(H hash_state, const TypeErasedValue& v) { in AbslHashValue()
1101 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
1119 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
1167 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
1191 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
Dhash_test.cc70 friend H AbslHashValue(H hash_state, const TypeErasedValue& v) { in AbslHashValue()
1101 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
1119 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
1167 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
1191 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dsha256.c81 struct hash_state { struct
85 static void sha256_compress(struct hash_state * md, const unsigned char *buf) in sha256_compress() argument
H A Dsha512.c111 struct hash_state { struct
115 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
/aosp_15_r20/external/f2fs-tools/tools/
H A Dsha512.c130 struct hash_state { struct
134 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/
H A Dhash_test.cc994 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
1012 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
1060 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
1084 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
/aosp_15_r20/external/abseil-cpp/absl/hash/
H A Dhash_test.cc962 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
980 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
1028 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
1052 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/
H A Dhash_test.cc962 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
980 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
1028 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
1052 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcord.h620 friend H AbslHashValue(H hash_state, const absl::Cord& c) { in AbslHashValue()
793 H HashFragmented(H hash_state) const { in HashFragmented()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/
H A Dhash_test.h44 friend H AbslHashValue(H hash_state, const TypeErasedValue& v) { in AbslHashValue()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/
H A Dhash_test.h44 friend H AbslHashValue(H hash_state, const TypeErasedValue& v) { in AbslHashValue()
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/
H A Dhash_test.h44 friend H AbslHashValue(H hash_state, const TypeErasedValue& v) { in AbslHashValue()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord.h757 friend H AbslHashValue(H hash_state, const absl::Cord& c) { in AbslHashValue()
997 H HashFragmented(H hash_state) const { in HashFragmented()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcord.h757 friend H AbslHashValue(H hash_state, const absl::Cord& c) { in AbslHashValue()
997 H HashFragmented(H hash_state) const { in HashFragmented()

12