OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026