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

1 2 3

  /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;
  /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-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/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) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MD5.h 109 inline uint64_t MD5Hash(StringRef Str) {
  /prebuilts/clang/host/linux-x86/clang-4691093/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-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 470 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalValue.h 476 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalValue.h 476 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalValue.h 476 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GlobalValue.h 476 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }

Completed in 619 milliseconds

1 2 3