/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 260 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/ |
D | Hashing.h | 259 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/ |
D | Hashing.h | 260 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/ |
D | Hashing.h | 263 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/ |
D | hash.h | 288 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
|
D | hash_test.cc | 792 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/ |
D | hash.h | 288 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
|
D | hash_test.cc | 792 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/ |
D | hash.h | 289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
|
D | hash_test.cc | 831 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/ |
D | hash.h | 289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
|
D | hash_test.cc | 831 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/ |
D | hash.h | 289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
|
D | hash_test.cc | 831 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/ |
D | hash.h | 311 static HashState combine_contiguous(HashState hash_state, in combine_contiguous()
|
D | hash_test.cc | 831 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/ |
D | sha512.c | 131 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/ |
D | sha512.c | 111 struct hash_state { struct 115 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
|
D | sha256.c | 81 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/ |
D | spy_hash_state.h | 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
|
/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
D | spy_hash_state.h | 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
|
/external/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
|
/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
|