Searched defs:hash_state (Results 1 – 11 of 11) sorted by relevance
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/f2fs-tools/tools/ |
| D | sha512.c | 130 struct hash_state { struct 134 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
| D | spy_hash_state.h | 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | cord.h | 657 friend H AbslHashValue(H hash_state, const absl::Cord& c) { in AbslHashValue() 892 H HashFragmented(H hash_state) const { in HashFragmented()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_autotune.c | 132 XXH64_state_t hash_state; in hash_renderpass_instance() local
|
| /third_party/python/Modules/_sha3/ |
| D | sha3module.c | 74 SHA3_state hash_state; member
|
| /third_party/python/Modules/ |
| D | sha1module.c | 57 struct sha1_state hash_state; member
|
| D | md5module.c | 57 struct md5_state hash_state; member
|