8 references to SecretConsumeRateBytes
Microsoft.CodeAnalysis (8)
Hashing\XxHashShared.cs (8)
34public const int NumStripesPerBlock = (SecretLengthBytes - StripeLengthBytes) / SecretConsumeRateBytes;
215const int StripesPerBlock = (SecretLengthBytes - StripeLengthBytes) / SecretConsumeRateBytes;
237Accumulate(accumulators, source, secret + ((int)stripesSoFar * SecretConsumeRateBytes), (int)stripesToEndOfBlock);
244Accumulate(accumulators, source, secret + ((int)stripesSoFar * SecretConsumeRateBytes), (int)stripes);
292Accumulate(accumulators, sourcePtr + sourceIndex, secret + ((int)state.StripesProcessedInCurrentBlock * SecretConsumeRateBytes), (int)stripesToEnd);
546secret += SecretConsumeRateBytes;
587secret += SecretConsumeRateBytes;
611Accumulate512Inlined(accumulators, source, secret + (i * SecretConsumeRateBytes));