8 references to Prime64_1
Microsoft.CodeAnalysis.CodeStyle (8)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (7)
192
low64: MergeAccumulators(accumulators, secret + SecretMergeAccsStartBytes, _state.TotalLength *
Prime64_1
),
294
ulong m128High = Multiply64To128(keyed,
Prime64_1
+ (length << 2), out ulong m128Low);
315
ulong m128High = Multiply64To128(inputLo ^ inputHi ^ bitflipl,
Prime64_1
, out ulong m128Low);
338
ulong accLow = length *
Prime64_1
;
364
ulong accLow = length *
Prime64_1
;
413
low64: MergeAccumulators(accumulators, secret + SecretMergeAccsStartBytes, length *
Prime64_1
),
422
ulong h128High = (accLow *
Prime64_1
)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
419
accumulators[1] =
Prime64_1
;