OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotl64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
xxhash.cpp
47
static uint64_t
rotl64
(uint64_t X, size_t R) {
function
59
Acc =
rotl64
(Acc, 31);
96
H64 =
rotl64
(V1, 1) +
rotl64
(V2, 7) +
rotl64
(V3, 12) +
rotl64
(V4, 18);
111
H64 =
rotl64
(H64, 27) * PRIME64_1 + PRIME64_4;
117
H64 =
rotl64
(H64, 23) * PRIME64_2 + PRIME64_3;
123
H64 =
rotl64
(H64, 11) * PRIME64_1;
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
common.h
25
#define
ROTL64
(X, B)
rotl64
((X), (B))
27
rotl64
(const uint64_t x, const int b)
function
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026