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