Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
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()
/external/llvm/include/llvm/ADT/
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()
/external/llvm-project/llvm/include/llvm/ADT/
DHashing.h263 struct hash_state { struct
266 /// Create a new hash_state structure and initialize it based on the argument
269 static hash_state create(const char *s, uint64_t seed) { in create() argument
280 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
293 void mix(const char *s) { in mix()
310 uint64_t finalize(size_t length) { in finalize()
/external/abseil-cpp/absl/hash/
Dhash.h288 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
Dhash_test.cc792 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
810 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
858 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
882 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
896 friend H AbslHashValue(H hash_state, const TypeErased& v) { in AbslHashValue()
/external/webrtc/third_party/abseil-cpp/absl/hash/
Dhash.h288 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
Dhash_test.cc792 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue()
810 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
858 friend H AbslHashValue(H hash_state, ConvertibleFromNoOp) { in AbslHashValue()
882 friend H AbslHashValue(H hash_state, IntAndString int_and_string) { in AbslHashValue()
896 friend H AbslHashValue(H hash_state, const TypeErased& v) { in AbslHashValue()
/external/libtextclassifier/abseil-cpp/absl/hash/
Dhash.h289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
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()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
Dhash.h289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
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()
/external/openscreen/third_party/abseil/src/absl/hash/
Dhash.h289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
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()
/external/angle/third_party/abseil-cpp/absl/hash/
Dhash.h311 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
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()
/external/f2fs-tools/tools/
Dsha512.c131 struct hash_state { struct
135 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
/external/e2fsprogs/lib/ext2fs/
Dsha512.c111 struct hash_state { struct
115 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
Dsha256.c81 struct hash_state { struct
85 static void sha256_compress(struct hash_state * md, const unsigned char *buf) in sha256_compress() argument
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
/external/libtextclassifier/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
/external/openscreen/third_party/abseil/src/absl/hash/internal/
Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
/external/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()

12