Searched defs:MD5Hash (Results 1 - 2 of 2) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_defs.h | 141 struct MD5Hash { struct in namespace:__tsan 143 bool operator==(const MD5Hash &other) const; 146 MD5Hash md5_hash(const void *data, uptr size); |
/external/llvm/include/llvm/ProfileData/ | ||
H A D | InstrProf.h | 493 static inline uint64_t MD5Hash(StringRef Str) { function in class:llvm::IndexedInstrProf::HashT 507 return IndexedInstrProf::MD5Hash(K); |
Completed in 192 milliseconds