7 references to DefaultSecretUInt64_3
System.IO.Hashing (7)
System\IO\Hashing\XxHash128.cs (3)
284
ulong bitflip = (DefaultSecretUInt64_2 ^
DefaultSecretUInt64_3
) + seed;
346
Mix32Bytes(ref accLow, ref accHigh, source, source + length - 16, DefaultSecretUInt64_0, DefaultSecretUInt64_1, DefaultSecretUInt64_2,
DefaultSecretUInt64_3
, seed);
360
Mix32Bytes(ref accLow, ref accHigh, source + (32 * 0), source + (32 * 0) + 16, DefaultSecretUInt64_0, DefaultSecretUInt64_1, DefaultSecretUInt64_2,
DefaultSecretUInt64_3
, seed);
System\IO\Hashing\XxHash3.cs (3)
260
const ulong SecretXorL =
DefaultSecretUInt64_3
^ DefaultSecretUInt64_4;
297
hash += Mix16Bytes(source + length - 16, DefaultSecretUInt64_2,
DefaultSecretUInt64_3
, seed);
311
hash += Mix16Bytes(source + (16 * 1), DefaultSecretUInt64_2,
DefaultSecretUInt64_3
, seed);
System\IO\Hashing\XxHashShared.cs (1)
126
Debug.Assert(ReadLE64(defaultSecretUInt64[3]) ==
DefaultSecretUInt64_3
);