reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_defs.h
  164 MD5Hash md5_hash(const void *data, uptr size);

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  451       hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
  452       hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));
  493     hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
  494     hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));