Searched refs:MD5Hash (Results 1 – 5 of 5) sorted by relevance
137 struct MD5Hash { struct139 bool operator==(const MD5Hash &other) const; argument142 MD5Hash md5_hash(const void *data, uptr size);
235 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash()236 MD5Hash res; in md5_hash()
985 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
444 MD5Hash hash[2];
30 static inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function44 return IndexedInstrProf::MD5Hash(K); in ComputeHash()