5 references to Prime64_3
System.IO.Hashing (5)
System\IO\Hashing\XxHash64.State.cs (2)
23hash *= Prime64_3; 128acc += Prime64_3;
System\IO\Hashing\XxHashShared.cs (3)
396Vector256.Store(Vector256.Create(Prime32_3, Prime64_1, Prime64_2, Prime64_3), accumulators); 402Vector128.Store(Vector128.Create(Prime64_2, Prime64_3), accumulators + 2); 412accumulators[3] = Prime64_3;