10 references to Prime32_1
System.IO.Hashing (10)
System\IO\Hashing\XxHash32.State.cs (4)
28_acc1 = seed + unchecked(Prime32_1 + Prime32_2); 31_acc4 = seed - Prime32_1; 64acc *= Prime32_1; 90acc *= Prime32_1;
System\IO\Hashing\XxHashShared.cs (6)
398Vector256.Store(Vector256.Create(Prime64_4, Prime32_2, Prime64_5, Prime32_1), accumulators + 4); 405Vector128.Store(Vector128.Create(Prime64_5, Prime32_1), accumulators + 6); 417accumulators[7] = Prime32_1; 761*accumulators = xorWithKey * Prime32_1; 775accVec = xorWithKey * Vector256.Create((ulong)Prime32_1); 784accVec = xorWithKey * Vector128.Create((ulong)Prime32_1);