Searched refs:PRIME64_1 (Results 1 – 1 of 1) sorted by relevance
40 static const uint64_t PRIME64_1 = 11400714785074694791ULL; variable130 acc *= PRIME64_1; in xxh64_round()138 acc = acc * PRIME64_1 + PRIME64_4; in xxh64_merge_round()150 uint64_t v1 = seed + PRIME64_1 + PRIME64_2; in xxh64()153 uint64_t v4 = seed - PRIME64_1; in xxh64()183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()232 state.v1 = seed + PRIME64_1 + PRIME64_2; in xxh64_reset()235 state.v4 = seed - PRIME64_1; in xxh64_reset()443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()[all …]
Completed in 3 milliseconds