6 references to DefaultSecretUInt64_10
System.IO.Hashing (6)
System\IO\Hashing\XxHash128.cs (3)
245
const ulong BitFlipH =
DefaultSecretUInt64_10
^ DefaultSecretUInt64_11;
340
Mix32Bytes(ref accLow, ref accHigh, source + 32, source + length - 48, DefaultSecretUInt64_8, DefaultSecretUInt64_9,
DefaultSecretUInt64_10
, DefaultSecretUInt64_11, seed);
362
Mix32Bytes(ref accLow, ref accHigh, source + (32 * 2), source + (32 * 2) + 16, DefaultSecretUInt64_8, DefaultSecretUInt64_9,
DefaultSecretUInt64_10
, DefaultSecretUInt64_11, seed);
System\IO\Hashing\XxHash3.cs (2)
289
hash += Mix16Bytes(source + length - 48,
DefaultSecretUInt64_10
, DefaultSecretUInt64_11, seed);
315
hash += Mix16Bytes(source + (16 * 5),
DefaultSecretUInt64_10
, DefaultSecretUInt64_11, seed);
System\IO\Hashing\XxHashShared.cs (1)
133
Debug.Assert(ReadLE64(defaultSecretUInt64[10]) ==
DefaultSecretUInt64_10
);