Lines Matching refs:PRIME64_1
70 static const uint64_t PRIME64_1 = 11400714785074694791ULL;
160 acc *= PRIME64_1;
168 acc = acc * PRIME64_1 + PRIME64_4;
180 uint64_t v1 = seed + PRIME64_1 + PRIME64_2;
183 uint64_t v4 = seed - PRIME64_1;
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
218 h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1;
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1;
262 state.v1 = seed + PRIME64_1 + PRIME64_2;
265 state.v4 = seed - PRIME64_1;
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
478 h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1;
485 h64 = xxh_rotl64(h64, 11) * PRIME64_1;