8 references to DefaultSecretUInt64_1
System.IO.Hashing (8)
System\IO\Hashing\XxHash128.cs (4)
265const uint SecretXorH = (unchecked((uint)DefaultSecretUInt64_1) ^ (uint)(DefaultSecretUInt64_1 >> 32)); 346Mix32Bytes(ref accLow, ref accHigh, source, source + length - 16, DefaultSecretUInt64_0, DefaultSecretUInt64_1, DefaultSecretUInt64_2, DefaultSecretUInt64_3, seed); 360Mix32Bytes(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)
248const ulong SecretXor = DefaultSecretUInt64_1 ^ DefaultSecretUInt64_2; 296hash += Mix16Bytes(source, DefaultSecretUInt64_0, DefaultSecretUInt64_1, seed); 310hash += Mix16Bytes(source + (16 * 0), DefaultSecretUInt64_0, DefaultSecretUInt64_1, seed);
System\IO\Hashing\XxHashShared.cs (1)
124Debug.Assert(ReadLE64(defaultSecretUInt64[1]) == DefaultSecretUInt64_1);