7 references to Prime64_2
Microsoft.CodeAnalysis.Workspaces (7)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (5)
193
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength *
Prime64_2
)));
326
ulong h128High = Multiply64To128(m128Low,
Prime64_2
, out ulong h128Low);
327
h128High += m128High * (ulong)
Prime64_2
;
414
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(length *
Prime64_2
)));
424
+ ((length - seed) *
Prime64_2
);
src\Compilers\Core\Portable\Hashing\XxHash64.State.cs (1)
25
hash *=
Prime64_2
;
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
420
accumulators[2] =
Prime64_2
;