Home
last modified time | relevance | path

Searched defs:hash_code (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dresource_handle.h64 uint64 hash_code() const { return hash_code_; } in hash_code() function
65 void set_hash_code(uint64 hash_code) { hash_code_ = hash_code; } in set_hash_code()
Dresource_handle.proto29 uint64 hash_code = 4; field
Dtype_index.h53 uint64 hash_code() const { return hash_; } in hash_code() function
Dresource_mgr.cc78 Status ResourceMgr::InsertDebugTypeName(uint64 hash_code, in InsertDebugTypeName()
/external/libcxx/src/
Dtypeinfo.cpp26 size_t std::type_info::hash_code() const _NOEXCEPT { in hash_code() function in std::type_info
/external/ukey2/src/main/cpp/src/securegcm/
Djava_util.cc48 int32_t hash_code = 1; in JavaHashCode() local
/external/clang/include/clang/Serialization/
DModuleFileExtension.h20 class hash_code; variable
/external/llvm/include/llvm/ADT/
DStringRef.h26 class hash_code; variable
DHashing.h81 hash_code(size_t value) : value(value) {} in hash_code() function
DAPInt.h29 class hash_code; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h80 hash_code(size_t value) : value(value) {} in hash_code() function
DStringRef.h33 class hash_code; variable
DAPInt.h28 class hash_code; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h81 hash_code(size_t value) : value(value) {} in hash_code() function
DStringRef.h27 class hash_code; variable
DAPInt.h29 class hash_code; variable
/external/rust/crates/weak-table/src/
Dweak_weak_hash_map.rs32 hash_code: HashCode, field
301 let hash_code = self.hash(&key, K::hash); in entry_no_grow() localVariable
342 let hash_code = self.hash(key, Q::hash); in find_bucket() localVariable
Dweak_value_hash_map.rs31 hash_code: HashCode, field
299 let hash_code = self.hash(&key); in entry_no_grow() localVariable
341 let hash_code = self.hash(key); in find_bucket() localVariable
Dweak_key_hash_map.rs26 hash_code: HashCode, field
338 let hash_code = self.hash(&key, K::hash); in entry_no_grow() localVariable
379 let hash_code = self.hash(key, Q::hash); in find_bucket() localVariable
/external/libjpeg-turbo/
Dwrgif.c94 code_int *hash_code; /* => hash table of symbol codes */ member
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h33 class hash_code; variable
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc160 int32_t hash_code = HashCode(name_table->PlatformId(i), in HasName() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h39 class hash_code; variable
/external/ImageMagick/coders/
Dgif.c582 *hash_code, in EncodeImage() local
/external/webp/src/enc/
Dbackward_references_enc.c286 uint32_t hash_code; in VP8LHashChainFill() local

12