10 references to Prime64_1
Microsoft.AspNetCore.Razor.Utilities.Shared (10)
Utilities\Hashing\XxHash128.cs (7)
190
low64: MergeAccumulators(accumulators, secret + SecretMergeAccsStartBytes, _state.TotalLength *
Prime64_1
),
292
ulong m128High = Multiply64To128(keyed,
Prime64_1
+ (length << 2), out ulong m128Low);
313
ulong m128High = Multiply64To128(inputLo ^ inputHi ^ bitflipl,
Prime64_1
, out ulong m128Low);
336
ulong accLow = length *
Prime64_1
;
362
ulong accLow = length *
Prime64_1
;
411
low64: MergeAccumulators(accumulators, secret + SecretMergeAccsStartBytes, length *
Prime64_1
),
420
ulong h128High = (accLow *
Prime64_1
)
Utilities\Hashing\XxHashShared.cs (3)
404
Vector256.Store(Vector256.Create(Prime32_3,
Prime64_1
, Prime64_2, Prime64_3), accumulators);
409
Vector128.Store(Vector128.Create(Prime32_3,
Prime64_1
), accumulators);
418
accumulators[1] =
Prime64_1
;