HomeSort by relevance Sort by last modified time
    Searched refs:MD5Hash (Results 1 - 25 of 33) sorted by null

1 2

  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 145 struct MD5Hash {
147 bool operator==(const MD5Hash &other) const;
150 MD5Hash md5_hash(const void *data, uptr size);
tsan_md5.cc 235 MD5Hash md5_hash(const void *data, uptr size) {
236 MD5Hash res;
tsan_rtl.cc 1007 bool MD5Hash::operator==(const MD5Hash &other) const {
  /external/llvm/include/llvm/Support/
MD5.h 70 inline uint64_t MD5Hash(StringRef Str) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MD5.h 74 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /external/llvm/include/llvm/IR/
GlobalValue.h 445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 462 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 403 /// (such as pointers, md5hash values) to the function. A function's
404 /// PGO name or name's md5hash are used in retrieving the profile
763 return MD5Hash(K);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 434 /// (such as pointers, md5hash values) to the function. A function's
435 /// PGO name or name's md5hash are used in retrieving the profile
824 return MD5Hash(K);
    [all...]

Completed in 1261 milliseconds

1 2