OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wyhash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
unordered_dense.h
161
// This is a stripped-down implementation of
wyhash
: https://github.com/wangyi-fudan/
wyhash
164
namespace detail::
wyhash
{
namespace in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::detail
267
return detail::
wyhash
::mix(x, UINT64_C(0x9E3779B97F4A7C15));
270
} // namespace detail::
wyhash
284
return detail::
wyhash
::hash(str.data(), sizeof(CharT) * str.size());
292
return detail::
wyhash
::hash(sv.data(), sizeof(CharT) * sv.size());
301
return detail::
wyhash
::hash(reinterpret_cast<uintptr_t>(ptr));
310
return detail::
wyhash
::hash(reinterpret_cast<uintptr_t>(ptr.get()));
319
return detail::
wyhash
::hash(reinterpret_cast<uintptr_t>(ptr.get()))
[
all
...]
/src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h
161
// This is a stripped-down implementation of
wyhash
: https://github.com/wangyi-fudan/
wyhash
164
namespace detail::
wyhash
{
namespace in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::detail
267
return detail::
wyhash
::mix(x, UINT64_C(0x9E3779B97F4A7C15));
270
} /* namespace detail::
wyhash
*/
284
return detail::
wyhash
::hash(str.data(), sizeof(CharT) * str.size());
292
return detail::
wyhash
::hash(sv.data(), sizeof(CharT) * sv.size());
301
return detail::
wyhash
::hash(reinterpret_cast<uintptr_t>(ptr));
310
return detail::
wyhash
::hash(reinterpret_cast<uintptr_t>(ptr.get()));
319
return detail::
wyhash
::hash(reinterpret_cast<uintptr_t>(ptr.get()))
[
all
...]
Completed in 15 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026