7 references to DefaultSecretUInt64_8
System.IO.Hashing (7)
System\IO\Hashing\XxHash128.cs (3)
244
const ulong BitFlipL =
DefaultSecretUInt64_8
^ DefaultSecretUInt64_9;
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 (3)
216
const ulong SecretXor = DefaultSecretUInt64_7 ^
DefaultSecretUInt64_8
;
288
hash += Mix16Bytes(source + 32,
DefaultSecretUInt64_8
, DefaultSecretUInt64_9, seed);
314
hash += Mix16Bytes(source + (16 * 4),
DefaultSecretUInt64_8
, DefaultSecretUInt64_9, seed);
System\IO\Hashing\XxHashShared.cs (1)
131
Debug.Assert(ReadLE64(defaultSecretUInt64[8]) ==
DefaultSecretUInt64_8
);