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