Searched defs:hash_code (Results 1 - 10 of 10) sorted by relevance

/external/f2fs-tools/fsck/
H A Dfsck.c632 u32 hash_code; local
671 hash_code = f2fs_dentry_hash((const unsigned char *)name,
674 /* fix hash_code made by old buggy code */
675 if (le32_to_cpu(dentry[i].hash_code) != hash_code) {
676 dentry[i].hash_code = hash_code;
678 FIX_MSG("hash_code[%d] of %s", i, name);
/external/llvm/include/llvm/ADT/
H A DHashing.h17 // -- '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
73 /// In order to obtain the hash_code for an object 'x':
76 /// llvm::hash_code code = hash_value(x);
78 class hash_code { class in namespace:llvm
82 /// \brief Default construct a hash_code.
84 hash_code() {} function in class:llvm::hash_code
87 hash_code(size_ function in class:llvm::hash_code
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java390 public static void hash_code(CodeEmitter e, Type type, int multiplier, Customizer customizer) { method in class:EmitUtils
414 hash_code(e, type, multiplier, customizer);
452 // Double.doubleToLongBits(f), hash_code(Long.TYPE)
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc119 int32_t hash_code = HashCode(name_table->PlatformId(i), local
123 ConstructName(name_part, &(names[hash_code]), name_table->NameId(i));
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc119 int32_t hash_code = HashCode(name_table->PlatformId(i), local
123 ConstructName(name_part, &(names[hash_code]), name_table->NameId(i));
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c221 const uint64_t hash_code = GetPixPairHash64(argb); local
222 p->chain_[pos] = p->hash_to_first_index_[hash_code];
223 p->hash_to_first_index_[hash_code] = pos;
/external/webp/src/enc/
H A Dbackward_references.c221 const uint64_t hash_code = GetPixPairHash64(argb); local
222 p->chain_[pos] = p->hash_to_first_index_[hash_code];
223 p->hash_to_first_index_[hash_code] = pos;
/external/f2fs-tools/include/
H A Df2fs_fs.h688 __le32 hash_code; /* hash code of file name */ member in struct:f2fs_dir_entry
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1046 milliseconds