HomeSort by relevance Sort by last modified time
    Searched defs:MD5Hash (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ProfileData/
InstrProfIndexed.h 29 static inline uint64_t MD5Hash(StringRef Str) {
43 return IndexedInstrProf::MD5Hash(K);
  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 164 struct MD5Hash {
166 bool operator==(const MD5Hash &other) const;
169 MD5Hash md5_hash(const void *data, uptr size);

Completed in 150 milliseconds