5 references to DefaultSecretUInt64_12
System.IO.Hashing (5)
System\IO\Hashing\XxHash128.cs (2)
337
Mix32Bytes(ref accLow, ref accHigh, source + 48, source + length - 64,
DefaultSecretUInt64_12
, DefaultSecretUInt64_13, DefaultSecretUInt64_14, DefaultSecretUInt64_15, seed);
363
Mix32Bytes(ref accLow, ref accHigh, source + (32 * 3), source + (32 * 3) + 16,
DefaultSecretUInt64_12
, DefaultSecretUInt64_13, DefaultSecretUInt64_14, DefaultSecretUInt64_15, seed);
System\IO\Hashing\XxHash3.cs (2)
284
hash += Mix16Bytes(source + 48,
DefaultSecretUInt64_12
, DefaultSecretUInt64_13, seed);
316
hash += Mix16Bytes(source + (16 * 6),
DefaultSecretUInt64_12
, DefaultSecretUInt64_13, seed);
System\IO\Hashing\XxHashShared.cs (1)
135
Debug.Assert(ReadLE64(defaultSecretUInt64[12]) ==
DefaultSecretUInt64_12
);