Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h27 eHashFunctionDJB = 0u // Daniel J Bernstein hash function that is also used enumerator
33 case MappedHash::eHashFunctionDJB: in HashString()
52 eHashFunctionDJB; // The hash function enumeration that was used
179 m_header.hash_function == eHashFunctionDJB && in IsValid()