HomeSort by relevance Sort by last modified time
    Searched refs:djbHash (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DJB.h 22 inline uint32_t djbHash(StringRef Buffer, uint32_t H = 5381) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DJBTest.cpp 77 EXPECT_EQ(T.Hash, djbHash(T.Text));
84 EXPECT_EQ(5866553u, djbHash(u8"\u0130"));
88 djbHash(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
StringMap.cpp 84 unsigned FullHashValue = djbHash(Name, 0);
138 unsigned FullHashValue = djbHash(Key, 0);
DJB.cpp 68 return djbHash(Folded, H);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AccelTable.h 246 static uint32_t hash(StringRef Buffer) { return djbHash(Buffer); }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 334 unsigned HashValue = djbHash(Key);

Completed in 892 milliseconds