/external/libcxx/test/std/utilities/type.index/type.index.members/ |
H A D | hash_code.pass.cpp | 14 // size_t hash_code() const; 23 assert(t1.hash_code() == ti.hash_code());
|
/external/libcxx/test/std/language.support/support.rtti/type.info/ |
H A D | type_info_hash.pass.cpp | 21 assert(t1.hash_code() == t2.hash_code()); 22 assert(t1.hash_code() != t3.hash_code());
|
/external/clang/lib/Serialization/ |
H A D | ModuleFileExtension.cpp | 16 llvm::hash_code ModuleFileExtension::hashExtension(llvm::hash_code Code) const {
|
/external/v8/src/inspector/ |
H A D | 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...] |
/external/libcxx/test/std/utilities/type.index/type.index.hash/ |
H A D | hash.pass.cpp | 31 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
|
/external/clang/include/clang/Serialization/ |
H A D | ModuleFileExtension.h | 20 class hash_code; 83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
|
/external/clang/test/PCH/ |
H A D | cxx-typeid.h | 17 unsigned long hash_code() const;
|
/external/llvm/include/llvm/ADT/ |
H A D | 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_ function in class:llvm::hash_code [all...] |
H A D | APFloat.h | 471 friend hash_code hash_value(const APFloat &Arg); 649 hash_code hash_value(const APFloat &Arg);
|
H A D | StringRef.h | 26 class hash_code; 624 /// \brief Compute a hash_code for a StringRef. 625 hash_code hash_value(StringRef S);
|
H A D | APInt.h | 29 class hash_code; 568 /// \brief Overload to compute a hash_code for an APInt value. 569 friend hash_code hash_value(const APInt &Arg); 1936 hash_code hash_value(const APInt &Arg);
|
H A D | ArrayRef.h | 391 template <typename T> hash_code hash_value(ArrayRef<T> S) {
|
/external/clang/lib/Frontend/ |
H A D | TestModuleFileExtension.h | 59 llvm::hash_code hashExtension(llvm::hash_code Code) const override;
|
H A D | TestModuleFileExtension.cpp | 86 llvm::hash_code TestModuleFileExtension::hashExtension( 87 llvm::hash_code Code) const {
|
/external/llvm/unittests/ADT/ |
H A D | HashingTest.cpp | 25 void PrintTo(const hash_code &code, std::ostream *os) { 36 friend hash_code hash_value(const NonPOD &obj) { 128 hash_code hash_value(HashableDummy dummy) { return dummy.value; } 133 hash_code dummy_hash = hash_combine_range(&dummy, &dummy); 134 EXPECT_NE(hash_code(0), dummy_hash); 137 hash_code arr1_hash = hash_combine_range(begin(arr1), end(arr1)); 151 hash_code arr2_hash = hash_combine_range(begin(arr2), end(arr2)); 156 hash_code arr3_hash = hash_combine_range(begin(arr3), end(arr3)); 161 hash_code arr4_hash = hash_combine_range(begin(arr4), end(arr4)); 167 hash_code arr5_has [all...] |
/external/ImageMagick/coders/ |
H A D | gif.c | 583 *hash_code, 616 hash_code=(short *) AcquireQuantumMemory(MaxHashTable,sizeof(*hash_code)); 620 if ((packet == (unsigned char *) NULL) || (hash_code == (short *) NULL) || 626 if (hash_code != (short *) NULL) 627 hash_code=(short *) RelinquishMagickMemory(hash_code); 637 (void) ResetMagickMemory(hash_code,0,MaxHashTable*sizeof(*hash_code)); 683 if (hash_code[ 577 *hash_code, local [all...] |
/external/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 25 friend hash_code hash_value(const Vector &); 142 inline hash_code hash_value(const Vector &V) { 165 friend hash_code hash_value(const Matrix &); 379 /// \brief Return a hash_code for the given matrix. 380 inline hash_code hash_value(const Matrix &M) { 407 inline hash_code hash_value(const MDVector<Metadata> &V) { 422 inline hash_code hash_value(const MDMatrix<Metadata> &M) {
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 33 class hash_code; 559 friend hash_code hash_value(const MachineOperand &MO); 760 hash_code hash_value(const MachineOperand &MO);
|
H A D | RegAllocPBQP.h | 82 friend hash_code hash_value(const AllowedRegVector &); 131 inline hash_code hash_value(const AllowedRegVector &OptRegs) {
|
/external/f2fs-tools/fsck/ |
H A D | fsck.c | 677 u32 hash_code, ino; local 735 hash_code = f2fs_dentry_hash((const unsigned char *)name, 738 /* fix hash_code made by old buggy code */ 739 if (le32_to_cpu(dentry[i].hash_code) != hash_code) { 740 dentry[i].hash_code = hash_code; 742 FIX_MSG("hash_code[%d] of %s", i, name);
|
/external/webp/src/enc/ |
H A D | backward_references_enc.c | 276 uint32_t hash_code; local 304 hash_code = GetPixPairHash64(tmp); 305 chain[pos] = hash_to_first_index[hash_code]; 306 hash_to_first_index[hash_code] = pos++; 311 hash_code = GetPixPairHash64(argb + pos); 312 chain[pos] = hash_to_first_index[hash_code]; 313 hash_to_first_index[hash_code] = pos++;
|
/external/llvm/lib/Support/ |
H A D | StringRef.cpp | 522 hash_code llvm::hash_value(StringRef S) {
|
/external/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 854 dent_blk->dentry[0].hash_code = 0; 860 dent_blk->dentry[1].hash_code = 0;
|
/external/sfntly/cpp/src/sample/chromium/ |
H A D | 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));
|
/external/f2fs-tools/include/ |
H A D | f2fs_fs.h | 697 __le32 hash_code; /* hash code of file name */ member in struct:f2fs_dir_entry
|