Home
last modified time | relevance | path

Searched refs:hash_ (Results 1 – 16 of 16) sorted by relevance

/third_party/gn/src/gn/
Dlabel.h73 return hash_ == other.hash_ && name_.SameAs(other.name_) &&
101 size_t hash() const { return hash_; } in hash()
105 : dir_(dir), name_(name), hash_(ComputeHash()) {} in Label()
115 hash_(ComputeHash()) {} in Label()
131 size_t hash_; variable
/third_party/python/Modules/_decimal/tests/
Dbignum.py29 hash_ = coeff * exp_hash % _PyHASH_MODULUS
30 ans = hash_ if sign == 1 else -hash_
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc89 if (!hash_) { in GetNumSymbols()
93 return hash_[1]; in GetNumSymbols()
158 hash_ = nullptr; in Init()
227 hash_ = reinterpret_cast<ElfW(Word) *>(value); in Init()
252 if (!hash_ || !dynsym_ || !dynstr_ || !versym_ || in Init()
Delf_mem_image.h121 const ElfW(Word) *hash_;
/third_party/node/deps/v8/src/builtins/
Dprofile-data-reader.h19 int hash() const { return hash_; } in hash()
36 int hash_ = 0;
Dprofile-data-reader.cc25 hash_ = hash; in set_hash()
/third_party/node/deps/v8/src/diagnostics/
Dbasic-block-profiler.cc40 void BasicBlockProfilerData::SetHash(int hash) { hash_ = hash; } in SetHash()
91 hash_ = js_heap_data.hash(); in CopyFromJSHeap()
121 block_ids, counts, name, schedule, code, hash_, AllocationType::kOld); in CopyToJSHeap()
194 isolate->logger()->BuiltinHashEvent(function_name_.c_str(), hash_); in Log()
Dbasic-block-profiler.h69 int hash_ = 0; variable
/third_party/node/deps/v8/src/compiler/
Doperator.h178 hash_(hash) {} in Operator()
189 return base::hash_combine(this->opcode(), this->hash_(this->parameter())); in HashCode()
209 Hash const hash_; variable
/third_party/node/deps/v8/src/objects/
Dhash-table.h294 explicit HashTableKey(uint32_t hash) : hash_(hash) {} in HashTableKey()
302 uint32_t Hash() const { return hash_; } in Hash()
306 DCHECK_EQ(0, hash_); in set_hash()
307 hash_ = hash; in set_hash()
311 uint32_t hash_ = 0;
/third_party/python/Lib/
Dfractions.py649 hash_ = _PyHASH_INF
666 hash_ = hash(hash(abs(self._numerator)) * dinv)
667 result = hash_ if self._numerator >= 0 else -hash_
D_pydecimal.py965 hash_ = int(self._int) * exp_hash % _PyHASH_MODULUS
966 ans = hash_ if self >= 0 else -hash_
/third_party/python/Lib/test/
Dtest_dataclasses.py508 for (hash_, compare, result ) in [
516 with self.subTest(hash=hash_, compare=compare):
519 x: int = field(compare=compare, hash=hash_, default=5)
/third_party/libabigail/
DChangeLog27406 * src/abg-ir.cc (struct type_or_decl_base::priv::hash_): Remove.
27742 (decl_base::priv::{hash_, hashing_started}): Remove.
27745 virtual base type_or_decl_base. Do not initialize hash_ and
37478 (decl_base::{hash_, hashing_started, location_, context_, name_,
40370 * include/abg-ir.h (decl_base::hash_): New member.
40389 decl_base::hash_. member.
/third_party/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi2523 <!-- const Elf64_Word* base::ElfMemImage::hash_ -->
2524 …<var-decl name='hash_' type-id='type-id-64' visibility='default' filepath='./src/base/elf_mem_imag…
21765 <!-- ProfileData::Bucket* ProfileData::hash_ -->
21766 …<var-decl name='hash_' type-id='type-id-1244' visibility='default' filepath='src/profiledata.h' li…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi1371 …<var-decl name='hash_' type-id='type-id-64' visibility='default' filepath='./src/base/elf_mem_imag…
13436 …<var-decl name='hash_' type-id='type-id-1244' visibility='default' filepath='src/profiledata.h' li…