4 references to Prime64_3
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Hashing\XxHash64.State.cs (1)
23hash *= Prime64_3;
Utilities\Hashing\XxHashShared.cs (3)
404Vector256.Store(Vector256.Create(Prime32_3, Prime64_1, Prime64_2, Prime64_3), accumulators); 410Vector128.Store(Vector128.Create(Prime64_2, Prime64_3), accumulators + 2); 420accumulators[3] = Prime64_3;