4 references to DefaultSecretUInt64_10
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (3)
252
const ulong BitFlipH =
DefaultSecretUInt64_10
^ DefaultSecretUInt64_11;
347
Mix32Bytes(ref accLow, ref accHigh, source + 32, source + length - 48, DefaultSecretUInt64_8, DefaultSecretUInt64_9,
DefaultSecretUInt64_10
, DefaultSecretUInt64_11, seed);
369
Mix32Bytes(ref accLow, ref accHigh, source + (32 * 2), source + (32 * 2) + 16, DefaultSecretUInt64_8, DefaultSecretUInt64_9,
DefaultSecretUInt64_10
, DefaultSecretUInt64_11, seed);
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
138
Debug.Assert(ReadLE64(defaultSecretUInt64[10]) ==
DefaultSecretUInt64_10
);