1 write to _smallAcc
System.IO.Hashing (1)
System\IO\Hashing\XxHash64.State.cs (1)
44
_smallAcc
= seed + Prime64_5;
1 reference to _smallAcc
System.IO.Hashing (1)
System\IO\Hashing\XxHash64.State.cs (1)
106
ulong acc = _hadFullStripe ? Converge() :
_smallAcc
;