Home
last modified time | relevance | path

Searched refs:HashValue (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h48 class HashValue;
70 HashValue key_hash = HashValue(Hasher()(key)); in Get()
122 const FocusedTree* FindHash(HashValue hash) const;
129 const FocusedTree* FindHash(HashValue hash,
178 HashValue key_hash;
201 class PersistentMap<Key, Value, Hasher>::HashValue {
203 explicit HashValue(size_t hash) : bits_(static_cast<uint32_t>(hash)) {}
212 bool operator<(HashValue other) const { return bits_ < other.bits_; }
213 bool operator==(HashValue othe
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp39 Uniques.push_back(E.second.HashValue); in computeBucketCount()
76 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize()
85 return LHS->HashValue < RHS->HashValue; in finalize()
253 uint32_t HashValue = Hash->HashValue; in emitHashes() local
254 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
257 Asm->emitInt32(HashValue); in emitHashes()
258 PrevHash = HashValue; in emitHashes()
269 uint32_t HashValue in emitOffsets() local
321 uint32_t HashValue = HD->HashValue; emitBuckets() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc54 wrapper.HashValue(absl::HashState::Create(&state)); in AbslHashValue()
59 virtual void HashValue(absl::HashState state) const = 0;
69 void HashValue(absl::HashState state) const override {
H A Dhash_test.cc936 v.HashValue(absl::HashState::Create(&hash_state)); in AbslHashValue()
940 void HashValue(absl::HashState state) const { in HashValue() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.h41 return type->HashValue(); in operator ()()
47 return type->HashValue(); in operator ()()
H A Dtypes.h155 size_t HashValue() const;
H A Dtypes.cpp238 size_t Type::HashValue() const { in HashValue() function in spvtools::opt::analysis::Type
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.h41 return type->HashValue(); in operator ()()
47 return type->HashValue(); in operator ()()
H A Dtypes.h155 size_t HashValue() const;
H A Dtypes.cpp238 size_t Type::HashValue() const { in HashValue() function in spvtools::opt::analysis::Type
/third_party/spirv-tools/source/opt/
H A Dtype_manager.h41 return type->HashValue(); in operator ()()
47 return type->HashValue(); in operator ()()
H A Dtypes.h167 size_t HashValue() const;
H A Dtypes.cpp248 size_t Type::HashValue() const { in HashValue() function in spvtools::opt::analysis::Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h142 uint32_t HashValue; member
147 : Name(Name), HashValue(Hash(Name.getString())) {} in HashData()
H A DSelectionDAG.h99 unsigned HashValue; member in llvm::SDVTListNode
104 HashValue = ID.ComputeHash(); in SDVTListNode()
122 if (X.HashValue != IDHash) in Equals()
128 return X.HashValue; in ComputeHash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp334 unsigned HashValue = djbHash(Key); in equal_range() local
335 unsigned Bucket = HashValue % Hdr.BucketCount; in equal_range()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 44 milliseconds