OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shrinkDict
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/
zdict.h
125
* hurt compression ratio too much. See the `
shrinkDict
` parameter.
319
unsigned
shrinkDict
; /* Train dictionaries to shrink in size starting from the minimum size and selects the smallest dictionary that is shrinkDictMaxRegression% worse than the largest dictionary. 0 means no shrinking and 1 means shrinking */
332
unsigned
shrinkDict
; /* Train dictionaries to shrink in size starting from the minimum size and selects the smallest dictionary that is shrinkDictMaxRegression% worse than the largest dictionary. 0 means no shrinking and 1 means shrinking */
/src/external/bsd/zstd/dist/lib/dictBuilder/
fastcover.c
527
coverParams->
shrinkDict
= fastCoverParams.
shrinkDict
;
544
fastCoverParams->
shrinkDict
= coverParams.
shrinkDict
;
640
const unsigned
shrinkDict
= 0;
725
data->parameters.
shrinkDict
=
shrinkDict
;
cover.c
1061
if (params.
shrinkDict
== 0) {
1184
const unsigned
shrinkDict
= 0;
1263
data->parameters.
shrinkDict
=
shrinkDict
;
Completed in 64 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026