5 references to DefaultSecretUInt64_14
System.IO.Hashing (5)
System\IO\Hashing\XxHash128.cs (2)
337Mix32Bytes(ref accLow, ref accHigh, source + 48, source + length - 64, DefaultSecretUInt64_12, DefaultSecretUInt64_13, DefaultSecretUInt64_14, DefaultSecretUInt64_15, seed); 363Mix32Bytes(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)
285hash += Mix16Bytes(source + length - 64, DefaultSecretUInt64_14, DefaultSecretUInt64_15, seed); 317hash += Mix16Bytes(source + (16 * 7), DefaultSecretUInt64_14, DefaultSecretUInt64_15, seed);
System\IO\Hashing\XxHashShared.cs (1)
137Debug.Assert(ReadLE64(defaultSecretUInt64[14]) == DefaultSecretUInt64_14);