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

  /external/llvm/include/llvm/ADT/
StringExtras.h 136 /// HashString - Hash function for strings.
143 static inline unsigned HashString(StringRef Str, unsigned Result = 0) {
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 52 // - Instructions ending in "hash" will write their 'HashString' arguments
61 jtl::STORE_HASH, Arguments(String, HashString)));
136 case HashString: {
161 HashString
  /external/lldb/include/lldb/Core/
MappedHash.h 39 HashString (uint32_t hash_function, const char *s)
213 entry.hash = MappedHash::HashString (eHashFunctionDJB, cstr);
436 const uint32_t hash_value = MappedHash::HashString (m_header.hash_function, name);

Completed in 60 milliseconds