Searched refs:PRIME32_5 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libarchive/libarchive/
H A Dxxhash.c185 #define PRIME32_5 374761393U macro
257 h32 = seed + PRIME32_5;
271 h32 += (*p) * PRIME32_5;
452 h32 = state->seed + PRIME32_5;
466 h32 += (*p) * PRIME32_5;
/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c307 static const U32 PRIME32_5 = 374761393U; variable
374 h32 = seed + PRIME32_5;
386 h32 += (*p) * PRIME32_5;
672 h32 = state->v3 /* == seed */ + PRIME32_5;
684 h32 += (*p) * PRIME32_5;

Completed in 82 milliseconds