10 references to Prime64_1
Microsoft.CodeAnalysis (10)
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
)
Hashing\XxHashShared.cs (3)
405
Vector256.Store(Vector256.Create(Prime32_3,
Prime64_1
, Prime64_2, Prime64_3), accumulators);
410
Vector128.Store(Vector128.Create(Prime32_3,
Prime64_1
), accumulators);
419
accumulators[1] =
Prime64_1
;