Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/selinux/libsepol/include/sepol/policydb/
Dhashtab.h41 unsigned int (*hash_value) (struct hashtab_val * h, const_hashtab_key_t key); /* hash function */ member
/third_party/gn/src/gn/
Dbuilder_record_map.h26 size_t hash_value() const { return record->label().hash(); } in hash_value() function
Dpointer_set.h43 size_t hash_value() const { return MakeHash(ptr_); } in hash_value() function
Dstring_atom.cc52 size_t hash_value() const { return hash; } in hash_value() function
Dunique_vector.h25 size_t hash_value() const { return hash32; } in hash_value() function
Dhash_table_base_unittest.cc62 size_t hash_value() const { return int_ptr->hash(); } in hash_value() function
/third_party/openssl/apps/
Dcrl.c313 unsigned long hash_value = in crl_main() local
Drehash.c302 unsigned long hash_value = in do_file() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h93 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() function
DArrayRef.h544 template <typename T> hash_code hash_value(ArrayRef<T> S) { in hash_value() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h94 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() function
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c95 hash_entry *hash_value; /* => hash table of symbol values */ member
/third_party/libjpeg-turbo/
Dwrgif.c95 hash_entry *hash_value; /* => hash table of symbol values */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h122 inline hash_code hash_value(const AllowedRegVector &OptRegs) { in hash_value() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp600 hash_code llvm::hash_value(StringRef S) { in hash_value() function in llvm
DAPInt.cpp618 hash_code llvm::hash_value(const APInt &Arg) { in hash_value() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp606 hash_code llvm::hash_value(StringRef S) { in hash_value() function in llvm
DAPFloat.cpp2850 hash_code hash_value(const IEEEFloat &Arg) { in hash_value() function
4342 hash_code hash_value(const DoubleAPFloat &Arg) { in hash_value() function
4510 hash_code hash_value(const APFloat &Arg) { in hash_value() function
DAPInt.cpp549 hash_code llvm::hash_value(const APInt &Arg) { in hash_value() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp274 llvm::hash_value(const RegisterBankInfo::PartialMapping &PartMapping) { in hash_value() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp344 hash_code llvm::hash_value(const MachineOperand &MO) { in hash_value() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp134 friend hash_code hash_value(const Expression &Value) { in hash_value() function in llvm::GVN