Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h28 eHashFunctionDJB = 0u // Daniel J Bernstein hash function that is also used enumerator
34 case MappedHash::eHashFunctionDJB: in HashString()
61 : magic(HASH_MAGIC), version(1), hash_function(eHashFunctionDJB), in Header()
182 m_header.hash_function == eHashFunctionDJB && in IsValid()