Home
last modified time | relevance | path

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/
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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/f2fs-tools/tools/
Dsha512.c130 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/
Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h657 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/
Dtu_autotune.c132 XXH64_state_t hash_state; in hash_renderpass_instance() local
/third_party/python/Modules/_sha3/
Dsha3module.c74 SHA3_state hash_state; member
/third_party/python/Modules/
Dsha1module.c57 struct sha1_state hash_state; member
Dmd5module.c57 struct md5_state hash_state; member