1 write to _smallAcc
System.IO.Hashing (1)
System\IO\Hashing\XxHash32.State.cs (1)
33
_smallAcc
= seed + Prime32_5;
1 reference to _smallAcc
System.IO.Hashing (1)
System\IO\Hashing\XxHash32.State.cs (1)
71
uint acc = _hadFullStripe ? Converge() :
_smallAcc
;