Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DModuleFileExtension.h20 class hash_code; variable
/external/llvm/include/llvm/ADT/
DStringRef.h25 class hash_code; variable
DHashing.h82 hash_code(size_t value) : value(value) {} in hash_code() function
DAPInt.h30 class hash_code; variable
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h33 class hash_code; variable
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc119 int32_t hash_code = HashCode(name_table->PlatformId(i), in HasName() local
/external/f2fs-tools/fsck/
Dfsck.c677 u32 hash_code, ino; in __chk_dentries() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DEmitUtils.java390 public static void hash_code(CodeEmitter e, Type type, int multiplier, Customizer customizer) { in hash_code() method in EmitUtils
/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.c141 const uint64_t hash_code = GetPixPairHash64(argb); in HashChainInsert() local
/external/webp/src/enc/
Dbackward_references.c240 const uint32_t hash_code = GetPixPairHash64(argb); in HashChainInsert() local
/external/f2fs-tools/include/
Df2fs_fs.h697 __le32 hash_code; /* hash code of file name */ member