9 references to Prime64_2
Microsoft.AspNetCore.Razor.Utilities.Shared (9)
Utilities\Hashing\XxHash128.cs (5)
191
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength *
Prime64_2
)));
324
ulong h128High = Multiply64To128(m128Low,
Prime64_2
, out ulong h128Low);
325
h128High += m128High * (ulong)
Prime64_2
;
412
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(length *
Prime64_2
)));
422
+ ((length - seed) *
Prime64_2
);
Utilities\Hashing\XxHash64.State.cs (1)
21
hash *=
Prime64_2
;
Utilities\Hashing\XxHashShared.cs (3)
404
Vector256.Store(Vector256.Create(Prime32_3, Prime64_1,
Prime64_2
, Prime64_3), accumulators);
410
Vector128.Store(Vector128.Create(
Prime64_2
, Prime64_3), accumulators + 2);
419
accumulators[2] =
Prime64_2
;