OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stretchPos
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c
1374
U32
stretchPos
= cur;
1392
ZSTD_optimal_t nextStretch = opt[
stretchPos
];
1402
assert(nextStretch.litlen + nextStretch.mlen <=
stretchPos
);
1403
stretchPos
-= nextStretch.litlen + nextStretch.mlen;
Completed in 16 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026