Home
last modified time | relevance | path

Searched defs:hash_value (Results 1 – 25 of 86) sorted by relevance

1234

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h100 inline hash_code hash_value(const Vector &V) { in hash_value() function
237 inline hash_code hash_value(const Matrix &M) { in hash_value() function
267 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value() function
284 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value() function
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DMath.h100 inline hash_code hash_value(const Vector &V) { in hash_value() function
237 inline hash_code hash_value(const Matrix &M) { in hash_value() function
267 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value() function
284 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value() function
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h142 inline hash_code hash_value(const Vector &V) { in hash_value() function
380 inline hash_code hash_value(const Matrix &M) { in hash_value() function
407 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value() function
422 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value() function
/external/llvm-project/clang/lib/Basic/
DSanitizers.cpp46 llvm::hash_code SanitizerMask::hash_value() const { in hash_value() function in SanitizerMask
51 llvm::hash_code hash_value(const clang::SanitizerMask &Arg) { in hash_value() function
/external/llvm-project/mlir/include/mlir/IR/
DIntegerSet.h114 inline ::llvm::hash_code hash_value(IntegerSet arg) { in hash_value() function
DIdentifier.h97 inline llvm::hash_code hash_value(Identifier arg) { in hash_value() function
DTypeRange.h79 inline ::llvm::hash_code hash_value(TypeRange arg) { in hash_value() function
DTypes.h220 inline ::llvm::hash_code hash_value(Type arg) { in hash_value() function
DAttributes.h119 inline ::llvm::hash_code hash_value(Attribute arg) { in hash_value() function
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DToken.h106 friend llvm::hash_code hash_value(const Token &Token) { in hash_value() function
/external/llvm-project/clang/include/clang/Basic/
DDirectoryEntry.h53 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value() function
DFileEntry.h95 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value() function
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolID.cpp49 llvm::hash_code hash_value(const SymbolID &ID) { in hash_value() function
/external/llvm-project/mlir/include/mlir/Support/
DTypeID.h96 inline ::llvm::hash_code hash_value(TypeID id) { in hash_value() function
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h255 inline llvm::hash_code hash_value(const HeaderSearchOptions::Entry &E) { in hash_value() function
260 hash_value(const HeaderSearchOptions::SystemHeaderPrefix &SHP) { in hash_value() function
/external/ukey2/src/main/proto/
Ddevice_to_device_messages.proto76 optional bytes hash_value = 3; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_layout.cc94 uint64 hash_value = ShapeUtil::Hash(result_layout_.shape()); in Hash() local
/external/selinux/libsepol/include/sepol/policydb/
Dhashtab.h41 unsigned int (*hash_value) (struct hashtab_val * h, const_hashtab_key_t key); /* hash function */ member
/external/scapy/scapy/layers/tls/crypto/
Dhkdf.py37 def expand_label(self, secret, label, hash_value, length): argument
/external/toolchain-utils/bestflags/
Dtask_test.py36 def __init__(self, flags=0, hash_value=-1): argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_op_interfaces.h92 inline ::llvm::hash_code hash_value(const ResourceHandle& resource_handle) { in hash_value() function
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestTypes.cpp107 static llvm::hash_code mlir::test::hash_value(const FieldInfo &fi) { // NOLINT in hash_value() function in mlir::test
/external/selinux/policycoreutils/newrole/
Dhashtab.h37 unsigned int (*hash_value) (struct hashtab_val * h, const_hashtab_key_t key); /* hash function */ member
/external/libaom/libaom/av1/encoder/
Dhash_motion.c135 uint32_t hash_value, in hash_table_add_to_table()
151 uint32_t hash_value) { in av1_hash_table_count()
160 uint32_t hash_value) { in av1_hash_get_first_iterator()
/external/llvm-project/llvm/include/llvm/Support/
DVersionTuple.h148 friend llvm::hash_code hash_value(const VersionTuple &VT) { in hash_value() function

1234