Home
last modified time | relevance | path

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

/third_party/mindspore/third_party/proto/tensorflow/
Dresource_handle.proto29 uint64 hash_code = 4; field
/third_party/boost/boost/type_index/
Dctti_type_index.hpp205 inline std::size_t ctti_type_index::hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::ctti_type_index
Dstl_type_index.hpp183 inline std::size_t stl_type_index::hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::stl_type_index
Dtype_index_facade.hpp104 inline std::size_t hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::type_index_facade
/third_party/ffmpeg/libavcodec/
Dlzwenc.c152 static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code) in addCode()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c94 code_int *hash_code; /* => hash table of symbol codes */ member
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc123 int32_t hash_code = HashCode(name_table->PlatformId(i), in HasName() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc123 int32_t hash_code = HashCode(name_table->PlatformId(i), in HasName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h39 class hash_code; variable
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.c255 uint32_t hash_code; in VP8LHashChainFill() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.c286 uint32_t hash_code; in VP8LHashChainFill() local
/third_party/openssl/apps/
Ds_cb.c1448 int hash_code = salg[0]; in security_callback_debug() local
/third_party/f2fs-tools/fsck/
Dfsck.c1337 f2fs_hash_t hash_code = f2fs_dentry_hash(encoding, casefolded, name, len); in f2fs_check_hash_code() local
/third_party/f2fs-tools/include/
Df2fs_fs.h1138 __le32 hash_code; /* hash code of file name */ member