Home
last modified time | relevance | path

Searched defs:hash_state (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash.h311 static HashState combine_contiguous(HashState hash_state, in combine_contiguous() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dspy_hash_state.h147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous() argument
125 operator <<(std::ostream& out, const SpyHashStateImpl& hash_state) operator <<() argument
H A Dhash.h249 H hash_bytes(H hash_state, const T& value) { in hash_bytes() argument
291 AbslHashValue(H hash_state, Float value) { in AbslHashValue() argument
302 AbslHashValue(H hash_state, LongDoubl argument
268 AbslHashValue( H hash_state, B value) AbslHashValue() argument
276 AbslHashValue( H hash_state, Enum e) AbslHashValue() argument
333 AbslHashValue(H hash_state, T* ptr) AbslHashValue() argument
344 AbslHashValue(H hash_state, std::nullptr_t) AbslHashValue() argument
363 AbslHashValue(H hash_state, const std::pair<T1, T2>& p) AbslHashValue() argument
372 hash_tuple(H hash_state, const Tuple& t, absl::index_sequence<Is...>) hash_tuple() argument
385 AbslHashValue(H hash_state, const std::tuple<Ts...>& t) AbslHashValue() argument
396 AbslHashValue(H hash_state, const std::unique_ptr<T, D>& ptr) AbslHashValue() argument
402 AbslHashValue(H hash_state, const std::shared_ptr<T>& ptr) AbslHashValue() argument
425 AbslHashValue(H hash_state, absl::string_view str) AbslHashValue() argument
436 AbslHashValue( H hash_state, const std::basic_string<Char, std::char_traits<Char>, Alloc>& str) AbslHashValue() argument
450 AbslHashValue( H hash_state, const std::array<T, N>& array) AbslHashValue() argument
458 AbslHashValue( H hash_state, const std::deque<T, Allocator>& deque) AbslHashValue() argument
470 AbslHashValue( H hash_state, const std::forward_list<T, Allocator>& list) AbslHashValue() argument
482 AbslHashValue( H hash_state, const std::list<T, Allocator>& list) AbslHashValue() argument
497 AbslHashValue(H hash_state, const std::vector<T, Allocator>& vector) AbslHashValue() argument
512 AbslHashValue(H hash_state, const std::map<Key, T, Compare, Allocator>& map) AbslHashValue() argument
524 AbslHashValue(H hash_state, const std::multimap<Key, T, Compare, Allocator>& map) AbslHashValue() argument
534 AbslHashValue( H hash_state, const std::set<Key, Compare, Allocator>& set) AbslHashValue() argument
544 AbslHashValue( H hash_state, const std::multiset<Key, Compare, Allocator>& set) AbslHashValue() argument
558 AbslHashValue( H hash_state, std::reference_wrapper<T> opt) AbslHashValue() argument
565 AbslHashValue( H hash_state, const absl::optional<T>& opt) AbslHashValue() argument
574 H&& hash_state; global() member
584 AbslHashValue(H hash_state, const absl::variant<T...>& v) AbslHashValue() argument
608 hash_range_or_bytes(H hash_state, const T* data, size_t size) hash_range_or_bytes() argument
616 hash_range_or_bytes(H hash_state, const T* data, size_t size) hash_range_or_bytes() argument
744 combine_contiguous(MixingHashState hash_state, const unsigned char* first, size_t size) combine_contiguous() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Djitterentropy-kcapi.c94 int jent_hash_time(void *hash_state, __u64 time, u8 *addtl, in jent_hash_time() argument
162 int jent_read_random_block(void *hash_state, char *dst, unsigned int dst_len) in jent_read_random_block() argument
H A Djitterentropy.c71 void *hash_state; /* SENSITIVE hash state entropy pool */ member
625 int jent_entropy_init(void *hash_state) in jent_entropy_init() argument
581 jent_entropy_collector_alloc(unsigned int osr, unsigned int flags, void *hash_state) jent_entropy_collector_alloc() argument
[all...]
/third_party/f2fs-tools/tools/
H A Dsha512.c130 struct hash_state { struct
/third_party/python/Modules/_sha3/
H A Dsha3module.c74 SHA3_state hash_state; member
[all...]
/third_party/python/Modules/
H A Dmd5module.c57 struct md5_state hash_state; member
H A Dsha1module.c57 struct sha1_state hash_state; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_autotune.c132 XXH64_state_t hash_state; in hash_renderpass_instance() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h260 struct hash_state { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h259 struct hash_state { struct
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_alg.h230 struct hash_state { struct
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h657 friend H AbslHashValue(H hash_state, const absl::Cord& c) { in AbslHashValue() argument

Completed in 14 milliseconds