OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shift_mix
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
hash_bytes.cc
61
shift_mix
(std::size_t v)
function in namespace:__anon14815
151
const size_t data =
shift_mix
(unaligned_load(p) * mul) * mul;
161
hash =
shift_mix
(hash) * mul;
162
hash =
shift_mix
(hash);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
hash_bytes.cc
61
shift_mix
(std::size_t v)
function in namespace:__anon17211
147
const size_t data =
shift_mix
(unaligned_load(p) * mul) * mul;
157
hash =
shift_mix
(hash) * mul;
158
hash =
shift_mix
(hash);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Hashing.h
178
inline uint64_t
shift_mix
(uint64_t val) {
function in namespace:llvm::hashing::detail
199
return
shift_mix
(y * k2 ^ z * k3 ^ seed) * k2;
241
uint64_t r =
shift_mix
((vf + ws) * k2 + (wf + vs) * k0);
242
return
shift_mix
((seed ^ (r * k0)) + vs) * k2;
272
seed * k1,
shift_mix
(seed), 0 };
311
return hash_16_bytes(hash_16_bytes(h3, h5) +
shift_mix
(h1) * k1 + h2,
312
hash_16_bytes(h4, h6) +
shift_mix
(length) * k1 + h0);
Completed in 17 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026