HomeSort by: relevance | last modified time | path
    Searched defs:kStepIncr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 192 const size_t kStepIncr = (1 << (kSearchStrength - 1));
207 nextStep = ip0 + kStepIncr;
330 nextStep += kStepIncr;
535 const size_t kStepIncr = 1 << kSearchStrength;
536 const BYTE* nextStep = ip0 + kStepIncr;
606 nextStep += kStepIncr;
737 const size_t kStepIncr = (1 << (kSearchStrength - 1));
757 nextStep = ip0 + kStepIncr;
863 nextStep += kStepIncr;
zstd_double_fast.c 131 const size_t kStepIncr = 1 << kSearchStrength;
164 nextStep = ip + kStepIncr;
218 nextStep += kStepIncr;

Completed in 28 milliseconds