5 references to DefaultSecretUInt64_15
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)
285
hash += Mix16Bytes(source + length - 64, DefaultSecretUInt64_14,
DefaultSecretUInt64_15
, seed);
317
hash += Mix16Bytes(source + (16 * 7), DefaultSecretUInt64_14,
DefaultSecretUInt64_15
, seed);
System\IO\Hashing\XxHashShared.cs (1)
138
Debug.Assert(ReadLE64(defaultSecretUInt64[15]) ==
DefaultSecretUInt64_15
);