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