Searched refs:PRIME64_2 (Results 1 - 1 of 1) sorted by path

/u-boot/lib/
H A Dxxhash.c41 static const uint64_t PRIME64_2 = 14029467366897019727ULL; variable
128 acc += input * PRIME64_2;
150 uint64_t v1 = seed + PRIME64_1 + PRIME64_2;
151 uint64_t v2 = seed + PRIME64_2;
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
200 h64 *= PRIME64_2;
232 state.v1 = seed + PRIME64_1 + PRIME64_2;
233 state.v2 = seed + PRIME64_2;
449 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
460 h64 *= PRIME64_2;
[all...]

Completed in 136 milliseconds