OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSearchStrength
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c
131
const size_t kStepIncr = 1 <<
kSearchStrength
;
450
ip += ((ip-anchor) >>
kSearchStrength
) + 1;
707
ip += ((ip-anchor) >>
kSearchStrength
) + 1;
zstd_fast.c
234
const size_t kStepIncr = (1 << (
kSearchStrength
- 1));
553
const size_t kStepIncr = 1 <<
kSearchStrength
;
754
const size_t kStepIncr = (1 << (
kSearchStrength
- 1));
zstd_compress_internal.h
32
#define
kSearchStrength
8
zstd_lazy.c
1614
size_t const step = ((size_t)(ip-anchor) >>
kSearchStrength
) + 1; /* jump faster over incompressible sections */;
2006
size_t const step = ((size_t)(ip-anchor) >>
kSearchStrength
);
Completed in 22 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026