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)
397Vector256.Store(Vector256.Create(Prime64_4, Prime32_2, Prime64_5, Prime32_1), accumulators + 4); 404Vector128.Store(Vector128.Create(Prime64_5, Prime32_1), accumulators + 6); 416accumulators[7] = Prime32_1; 747*accumulators = xorWithKey * Prime32_1; 761accVec = xorWithKey * Vector256.Create((ulong)Prime32_1); 770accVec = xorWithKey * Vector128.Create((ulong)Prime32_1);