HomeSort by relevance Sort by last modified time
    Searched defs:hash_code (Results 1 - 25 of 47) sorted by null

1 2

  /external/tensorflow/tensorflow/core/framework/
type_index.h 53 uint64 hash_code() const { return hash_; } function in class:tensorflow::TypeIndex
resource_handle.h 51 uint64 hash_code() const { return hash_code_; } function in class:tensorflow::ResourceHandle
52 void set_hash_code(uint64 hash_code) { hash_code_ = hash_code; }
  /art/runtime/jdwp/
object_registry.cc 269 int32_t hash_code = entry->identity_hash_code; local
270 for (auto inner_it = object_to_entry_.lower_bound(hash_code), end = object_to_entry_.end();
271 inner_it != end && inner_it->first == hash_code; ++inner_it) {
  /external/v8/src/inspector/
string-16.h 25 : m_impl(other.m_impl), hash_code(other.hash_code) {}
27 : m_impl(std::move(other.m_impl)), hash_code(other.hash_code) {}
41 hash_code = other.hash_code;
46 hash_code = other.hash_code;
76 std::swap(hash_code, other.hash_code);
112 mutable std::size_t hash_code = 0; member in class:v8_inspector::String16
    [all...]
  /art/runtime/mirror/
string.cc 68 int32_t hash_code = 0; local
70 hash_code = ComputeUtf16Hash(GetValueCompressed(), GetLength());
72 hash_code = ComputeUtf16Hash(GetValue(), GetLength());
74 SetHashCode(hash_code);
75 return hash_code;
object_test.cc 726 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); local
727 EXPECT_NE(hash_code, 0);
  /toolchain/binutils/binutils-2.27/gold/
stringpool.h 339 size_t hash_code; member in struct:gold::Stringpool_template::Hashkey
344 : string(NULL), length(0), hash_code(0)
350 : string(s), length(string_length(s)), hash_code(string_hash(s, length))
354 : string(s), length(len), hash_code(string_hash(s, len))
364 { return hk.hash_code; }
  /art/compiler/optimizing/
gvn.cc 89 size_t hash_code = HashCode(instruction); local
90 size_t index = BucketIndex(hash_code);
95 buckets_[index] = new (allocator_) Node(instruction, hash_code, buckets_[index]);
102 size_t hash_code = HashCode(instruction); local
103 size_t index = BucketIndex(hash_code);
106 if (node->GetHashCode() == hash_code) {
118 size_t hash_code = HashCode(instruction); local
119 size_t index = BucketIndex(hash_code);
191 Node(HInstruction* instruction, size_t hash_code, Node* next)
192 : instruction_(instruction), hash_code_(hash_code), next_(next) {
300 size_t hash_code = instruction->ComputeHashCode(); local
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 121 int32_t hash_code = HashCode(name_table->PlatformId(i), local
125 ConstructName(name_part, &(names[hash_code]), name_table->NameId(i));

Completed in 664 milliseconds

1 2