/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_defs.h | 145 struct MD5Hash { struct 147 bool operator==(const MD5Hash &other) const; argument 150 MD5Hash md5_hash(const void *data, uptr size);
|
D | tsan_md5.cc | 235 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash() 236 MD5Hash res; in md5_hash()
|
D | tsan_rtl.cc | 1007 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_defs.h | 159 struct MD5Hash { struct 161 bool operator==(const MD5Hash &other) const; argument 164 MD5Hash md5_hash(const void *data, uptr size);
|
D | tsan_md5.cpp | 242 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash() 243 MD5Hash res; in md5_hash()
|
D | tsan_rtl.cpp | 1110 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
|
/external/dynamic_depth/includes/xmpmeta/ |
D | md5.h | 13 string MD5Hash(const string& to_hash);
|
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 222 MD5Hash string `json:"digest"` member 251 "--test-name", result.TestName, "--png-digest", result.MD5Hash} 253 potentialPNGFile := filepath.Join(testOutputPath, result.MD5Hash+".png")
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | InstrOrderFile.cpp | 110 stream << std::hex << MD5Hash(F.getName()); in generateCodeSequence() 154 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrOrderFile.cpp | 111 stream << std::hex << MD5Hash(F.getName()); in generateCodeSequence() 155 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
/external/llvm/include/llvm/Support/ |
D | MD5.h | 70 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MD5.h | 74 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MD5.h | 109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MD5.h | 109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 462 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 183 Writer.write(MD5Hash(N)); in writeNameTable() 410 encodeULEB128(MD5Hash(N), OS); in writeNameTable()
|
D | SampleProfReader.cpp | 601 auto GUID = std::to_string(MD5Hash(Name)); in readFuncProfiles() 718 auto GUID = std::to_string(MD5Hash(Name)); in readImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalValue.h | 507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
|
/external/dynamic_depth/internal/xmpmeta/ |
D | xmp_writer.cc | 127 const string GetGUID(const string& to_hash) { return MD5Hash(to_hash); } in GetGUID()
|
D | md5.cc | 227 string MD5Hash(const string& to_hash) { in MD5Hash() function
|
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 203 MD5Hash(Obj.getMemoryBufferRef().getBuffer()), true)) in notifyObjectLoaded()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 359 encodeULEB128(MD5Hash(N), OS); in writeNameTable()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 763 return MD5Hash(K); in ComputeHash()
|