Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DHashing.h84 hash_code() {} in hash_code() function
87 hash_code(size_t value) : value(value) {} in hash_code() function
DStringRef.h24 class hash_code; variable
DAPInt.h32 class hash_code; variable
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h32 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/chromium_org/third_party/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.c632 u32 hash_code; 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/webp/src/enc/
Dbackward_references.c221 const uint64_t hash_code = GetPixPairHash64(argb); in HashChainInsert() local
/external/chromium_org/third_party/libwebp/enc/
Dbackward_references.c221 const uint64_t hash_code = GetPixPairHash64(argb); in HashChainInsert() local
/external/f2fs-tools/include/
Df2fs_fs.h688 __le32 hash_code; /* hash code of file name */ member