OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIME32_5
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h
324
static const uint32_t
PRIME32_5
= 374761393U;
383
h32 = seed +
PRIME32_5
;
395
h32 += (*p) *
PRIME32_5
;
599
h32 = state->v3 /* == seed */ +
PRIME32_5
;
611
h32 += (*p) *
PRIME32_5
;
/src/external/bsd/libarchive/dist/libarchive/
xxhash.c
193
#define
PRIME32_5
374761393U
265
h32 = seed +
PRIME32_5
;
279
h32 += (*p) *
PRIME32_5
;
460
h32 = state->seed +
PRIME32_5
;
474
h32 += (*p) *
PRIME32_5
;
/src/external/bsd/zstd/dist/lib/common/
xxhash.h
2803
# define
PRIME32_5
XXH_PRIME32_5
Completed in 25 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026