7 references to DefaultSecretUInt64_6
System.IO.Hashing (7)
System\IO\Hashing\XxHash128.cs (3)
305
ulong bitfliph = (
DefaultSecretUInt64_6
^ DefaultSecretUInt64_7) + seed;
343
Mix32Bytes(ref accLow, ref accHigh, source + 16, source + length - 32, DefaultSecretUInt64_4, DefaultSecretUInt64_5,
DefaultSecretUInt64_6
, DefaultSecretUInt64_7, seed);
361
Mix32Bytes(ref accLow, ref accHigh, source + (32 * 1), source + (32 * 1) + 16, DefaultSecretUInt64_4, DefaultSecretUInt64_5,
DefaultSecretUInt64_6
, DefaultSecretUInt64_7, seed);
System\IO\Hashing\XxHash3.cs (3)
261
const ulong SecretXorR = DefaultSecretUInt64_5 ^
DefaultSecretUInt64_6
;
293
hash += Mix16Bytes(source + length - 32,
DefaultSecretUInt64_6
, DefaultSecretUInt64_7, seed);
313
hash += Mix16Bytes(source + (16 * 3),
DefaultSecretUInt64_6
, DefaultSecretUInt64_7, seed);
System\IO\Hashing\XxHashShared.cs (1)
129
Debug.Assert(ReadLE64(defaultSecretUInt64[6]) ==
DefaultSecretUInt64_6
);