4 references to Avalanche
Microsoft.CodeAnalysis.CodeStyle (4)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (4)
253
return new Hash128(XxHash64.
Avalanche
(seed ^ BitFlipL), XxHash64.
Avalanche
(seed ^ BitFlipH));
278
return new Hash128(XxHash64.
Avalanche
(keyedLo), XxHash64.
Avalanche
(keyedHi));