Home
last modified time | relevance | path

Searched refs:eHashFunctionDJB (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDMappedHash.h23eHashFunctionDJB = 0u // Daniel J Bernstein hash function that is also used by the ELF G… enumerator
43 case MappedHash::eHashFunctionDJB: in HashString()
73 hash_function (eHashFunctionDJB), in Header()
213 entry.hash = MappedHash::HashString (eHashFunctionDJB, cstr); in AddEntry()
233 header.hash_function = eHashFunctionDJB; in Save()
400 m_header.hash_function == eHashFunctionDJB && in IsValid()