Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dtypeinfo.cpp27 constexpr size_t fnv_offset_basis = 14695981039346656037ull; in hash_code() local
30 constexpr size_t fnv_offset_basis = 2166136261ull; in hash_code()
34 size_t value = fnv_offset_basis; in hash_code()