OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStepIncr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c
234
const size_t
kStepIncr
= (1 << (kSearchStrength - 1));
250
nextStep = ip0 +
kStepIncr
;
346
nextStep +=
kStepIncr
;
553
const size_t
kStepIncr
= 1 << kSearchStrength;
554
const BYTE* nextStep = ip0 +
kStepIncr
;
623
nextStep +=
kStepIncr
;
754
const size_t
kStepIncr
= (1 << (kSearchStrength - 1));
774
nextStep = ip0 +
kStepIncr
;
880
nextStep +=
kStepIncr
;
zstd_double_fast.c
131
const size_t
kStepIncr
= 1 << kSearchStrength;
169
nextStep = ip +
kStepIncr
;
228
nextStep +=
kStepIncr
;
Completed in 48 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026