26 references to Mix16Bytes
System.IO.Hashing (26)
System\IO\Hashing\XxHash128.cs (2)
426
accLow +=
Mix16Bytes
(input1, secret1, secret2, seed);
428
accHigh +=
Mix16Bytes
(input2, secret3, secret4, seed);
System\IO\Hashing\XxHash3.cs (24)
284
hash +=
Mix16Bytes
(source + 48, DefaultSecretUInt64_12, DefaultSecretUInt64_13, seed);
285
hash +=
Mix16Bytes
(source + length - 64, DefaultSecretUInt64_14, DefaultSecretUInt64_15, seed);
288
hash +=
Mix16Bytes
(source + 32, DefaultSecretUInt64_8, DefaultSecretUInt64_9, seed);
289
hash +=
Mix16Bytes
(source + length - 48, DefaultSecretUInt64_10, DefaultSecretUInt64_11, seed);
292
hash +=
Mix16Bytes
(source + 16, DefaultSecretUInt64_4, DefaultSecretUInt64_5, seed);
293
hash +=
Mix16Bytes
(source + length - 32, DefaultSecretUInt64_6, DefaultSecretUInt64_7, seed);
296
hash +=
Mix16Bytes
(source, DefaultSecretUInt64_0, DefaultSecretUInt64_1, seed);
297
hash +=
Mix16Bytes
(source + length - 16, DefaultSecretUInt64_2, DefaultSecretUInt64_3, seed);
310
hash +=
Mix16Bytes
(source + (16 * 0), DefaultSecretUInt64_0, DefaultSecretUInt64_1, seed);
311
hash +=
Mix16Bytes
(source + (16 * 1), DefaultSecretUInt64_2, DefaultSecretUInt64_3, seed);
312
hash +=
Mix16Bytes
(source + (16 * 2), DefaultSecretUInt64_4, DefaultSecretUInt64_5, seed);
313
hash +=
Mix16Bytes
(source + (16 * 3), DefaultSecretUInt64_6, DefaultSecretUInt64_7, seed);
314
hash +=
Mix16Bytes
(source + (16 * 4), DefaultSecretUInt64_8, DefaultSecretUInt64_9, seed);
315
hash +=
Mix16Bytes
(source + (16 * 5), DefaultSecretUInt64_10, DefaultSecretUInt64_11, seed);
316
hash +=
Mix16Bytes
(source + (16 * 6), DefaultSecretUInt64_12, DefaultSecretUInt64_13, seed);
317
hash +=
Mix16Bytes
(source + (16 * 7), DefaultSecretUInt64_14, DefaultSecretUInt64_15, seed);
325
hash +=
Mix16Bytes
(source + (16 * 14), DefaultSecret3UInt64_12, DefaultSecret3UInt64_13, seed);
328
hash +=
Mix16Bytes
(source + (16 * 13), DefaultSecret3UInt64_10, DefaultSecret3UInt64_11, seed);
331
hash +=
Mix16Bytes
(source + (16 * 12), DefaultSecret3UInt64_8, DefaultSecret3UInt64_9, seed);
334
hash +=
Mix16Bytes
(source + (16 * 11), DefaultSecret3UInt64_6, DefaultSecret3UInt64_7, seed);
337
hash +=
Mix16Bytes
(source + (16 * 10), DefaultSecret3UInt64_4, DefaultSecret3UInt64_5, seed);
340
hash +=
Mix16Bytes
(source + (16 * 9), DefaultSecret3UInt64_2, DefaultSecret3UInt64_3, seed);
343
hash +=
Mix16Bytes
(source + (16 * 8), DefaultSecret3UInt64_0, DefaultSecret3UInt64_1, seed);
346
hash +=
Mix16Bytes
(source + length - 16, 0x7378D9C97E9FC831, 0xEBD33483ACC5EA64, seed); // DefaultSecret[119], DefaultSecret[127]