Home
last modified time | relevance | path

Searched refs:hashing (Results 1 – 25 of 174) sorted by relevance

1234567

/external/llvm-project/llvm/include/llvm/CodeGen/
DStableHashing.h27 namespace hashing {
52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
62 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
63 hashing::detail::stable_hash_append(Hash, C); in stable_hash_combine()
69 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine()
70 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
[all …]
/external/libabigail/src/
Dabg-hash.cc22 namespace hashing namespace
101 v = hashing::combine_hashes(v, size_t_hash(t.get_size_in_bits())); in operator ()()
102 v = hashing::combine_hashes(v, size_t_hash(t.get_alignment_in_bits())); in operator ()()
134 v = hashing::combine_hashes(v, str_hash(d.get_linkage_name())); in operator ()()
136 v = hashing::combine_hashes(v, str_hash(d.get_qualified_name())); in operator ()()
139 v = hashing::combine_hashes(v, get_member_access_specifier(d)); in operator ()()
140 v = hashing::combine_hashes(v, get_member_is_static(d)); in operator ()()
156 v = hashing::combine_hashes(v, decl_hash(t)); in operator ()()
157 v = hashing::combine_hashes(v, type_hash(t)); in operator ()()
177 v = hashing::combine_hashes(v, (*i)->get_hash()); in operator ()()
[all …]
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dhashing_test.py32 from tensorflow.python.keras.layers.preprocessing import hashing
41 layer = hashing.Hashing(num_bins=1)
47 layer = hashing.Hashing(num_bins=2)
55 empty_mask_layer = hashing.Hashing(num_bins=3, mask_value='')
56 omar_mask_layer = hashing.Hashing(num_bins=3, mask_value='omar')
68 layer = hashing.Hashing(num_bins=2)
80 layer = hashing.Hashing(num_bins=3)
87 layer = hashing.Hashing(num_bins=2, salt=[133, 137])
95 layer_2 = hashing.Hashing(num_bins=2, salt=[211, 137])
101 layer = hashing.Hashing(num_bins=3, salt=[133, 137])
[all …]
Dhashing_distribution_test.py31 from tensorflow.python.keras.layers.preprocessing import hashing
53 layer = hashing.Hashing(num_bins=2)
DBUILD34 ":hashing",
94 name = "hashing",
96 "hashing.py",
505 ":hashing",
528 ":hashing",
/external/llvm-project/llvm/test/Transforms/PGOProfile/Inputs/
Dmultiple_hash_profile.proftext12 # For -pgo-instr-old-cfg-hashing=true
39 # For -pgo-instr-old-cfg-hashing=true
57 # For -pgo-instr-old-cfg-hashing=true
/external/llvm/lib/Support/
DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHashing.cpp22 uint64_t llvm::hashing::detail::fixed_seed_override = 0;
27 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/llvm-project/llvm/lib/Support/
DHashing.cpp22 uint64_t llvm::hashing::detail::fixed_seed_override = 0;
27 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/llvm-project/llvm/include/llvm/ADT/
DHashing.h145 namespace hashing {
483 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
488 namespace hashing {
606 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
612 namespace hashing {
635 return ::llvm::hashing::detail::hash_integer_value(
642 return ::llvm::hashing::detail::hash_integer_value(
654 namespace hashing {
669 return ::llvm::hashing::detail::hash_value_tuple_helper(
/external/python/cpython3/Doc/library/
Dhashlib.rst86 blocked hashing algorithms in restricted environments. ``False`` indicates
87 that the hashing algorithm is not used in a security context, e.g. as a
233 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
234 brute-force attacks. A good password hashing function must be tunable, slow, and
306 **salted hashing**, **personalization**, and **tree hashing**.
337 * *key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for
340 * *salt*: salt for randomized hashing (up to 16 bytes for BLAKE2b, up to 8
366 Constructor functions also accept the following tree hashing parameters:
392 hashing.
425 Simple hashing
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h141 namespace hashing {
479 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
484 namespace hashing {
602 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
608 namespace hashing {
632 return ::llvm::hashing::detail::hash_integer_value(
639 return ::llvm::hashing::detail::hash_integer_value(
/external/llvm/include/llvm/ADT/
DHashing.h142 namespace hashing {
481 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
486 namespace hashing {
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
610 namespace hashing {
634 return ::llvm::hashing::detail::hash_integer_value(
641 return ::llvm::hashing::detail::hash_integer_value(
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h142 namespace hashing {
481 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
486 namespace hashing {
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
610 namespace hashing {
634 return ::llvm::hashing::detail::hash_integer_value(
641 return ::llvm::hashing::detail::hash_integer_value(
/external/llvm-project/llvm/test/Transforms/PGOProfile/
Dmultiple_hash_profile.ll3 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -pgo-instr-old-cfg-hashing=true -…
5 ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -pgo-instr-old-cfg-hashing
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dhashing_benchmark.py32 from tensorflow.python.keras.layers.preprocessing import hashing
74 layer = hashing.Hashing(num_bins=2)
/external/libabigail/include/
Dabg-hash.h18 namespace hashing
/external/iptables/extensions/
Dlibxt_HMARK.man1 Like MARK, i.e. set the fwmark, but the mark is calculated from hashing
4 and used to calculate the hashing.
/external/angle/src/common/third_party/smhasher/
DREADME.angle10 This is a library containing the MurmurHash3 function, and a hashing function
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dpr37492.ll10 ; In PR37492, there was an issue in global type hashing where we forgot to
11 ; consider the prefix portion of a type record when hashing it. This lead to a
/external/tensorflow/tensorflow/python/keras/layers/
Dserialization.py52 from tensorflow.python.keras.layers.preprocessing import hashing
73 hashing, category_crossing, category_encoding, discretization,
/external/llvm/test/Linker/
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/llvm-project/llvm/test/Linker/
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/llvm-project/llvm/lib/IR/
DStructuralHash.cpp28 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update()

1234567