2 writes to _hadFullStripe
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
34
_hadFullStripe
= false;
47
_hadFullStripe
= true;
1 reference to _hadFullStripe
System.IO.Hashing (1)
System\IO\Hashing\XxHash32.State.cs (1)
71
uint acc =
_hadFullStripe
? Converge() : _smallAcc;