OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_ps_enable
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/regression/
config.c
186
{.param = ZSTD_c_enableLongDistanceMatching, .value =
ZSTD_ps_enable
},
207
{.param = ZSTD_c_enableLongDistanceMatching, .value =
ZSTD_ps_enable
},
283
{.param = ZSTD_c_literalCompressionMode, .value =
ZSTD_ps_enable
},
/src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c
496
if (params.ldmParams.enableLdm ==
ZSTD_ps_enable
) {
507
if (params.ldmParams.enableLdm ==
ZSTD_ps_enable
) {
594
if (serialState->params.ldmParams.enableLdm ==
ZSTD_ps_enable
) {
630
assert(serialState->params.ldmParams.enableLdm ==
ZSTD_ps_enable
); (void)serialState;
710
if (jobParams.ldmParams.enableLdm ==
ZSTD_ps_enable
&& rawSeqStore.seq == NULL)
1187
if (params->ldmParams.enableLdm ==
ZSTD_ps_enable
) {
1231
if (params->ldmParams.enableLdm ==
ZSTD_ps_enable
) {
1315
size_t const windowSize = mtctx->params.ldmParams.enableLdm ==
ZSTD_ps_enable
? (1U << mtctx->params.cParams.windowLog) : 0;
1659
if (mtctx->params.ldmParams.enableLdm ==
ZSTD_ps_enable
) {
zstd_compress.c
234
return ZSTD_rowMatchFinderSupported(strategy) && (mode ==
ZSTD_ps_enable
);
243
if (cParams->windowLog > 14) mode =
ZSTD_ps_enable
;
251
return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ?
ZSTD_ps_enable
: ZSTD_ps_disable;
265
/* Returns
ZSTD_ps_enable
if compression parameters are such that we should
272
return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27) ?
ZSTD_ps_enable
: ZSTD_ps_disable;
293
return
ZSTD_ps_enable
;
313
if (cctxParams.ldmParams.enableLdm ==
ZSTD_ps_enable
) {
562
ZSTD_STATIC_ASSERT(ZSTD_ps_auto <
ZSTD_ps_enable
&&
ZSTD_ps_enable
< ZSTD_ps_disable);
1592
useRowMatchFinder =
ZSTD_ps_enable
;
[
all
...]
zstd_ldm.c
176
return params.enableLdm ==
ZSTD_ps_enable
? totalSize : 0;
181
return params.enableLdm ==
ZSTD_ps_enable
? (maxChunkSize / params.minMatchLength) : 0;
zstd_compress_internal.h
347
ZSTD_ParamSwitch_e enableLdm; /*
ZSTD_ps_enable
to enable LDM. ZSTD_ps_auto by default */
688
case
ZSTD_ps_enable
:
/src/external/bsd/zstd/dist/tests/
fuzzer.c
1076
CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_enableLongDistanceMatching,
ZSTD_ps_enable
));
1100
CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_enableLongDistanceMatching,
ZSTD_ps_enable
));
1125
for (ldmEnabled =
ZSTD_ps_enable
; ldmEnabled <= ZSTD_ps_disable; ++ldmEnabled) {
1181
CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_enableLongDistanceMatching,
ZSTD_ps_enable
));
1223
CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_enableLongDistanceMatching,
ZSTD_ps_enable
));
1319
CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_enableLongDistanceMatching,
ZSTD_ps_enable
))
1451
CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_splitAfterSequences,
ZSTD_ps_enable
));
2283
CHECK_Z( ZSTD_CCtx_setParameter(cctx, ZSTD_c_splitAfterSequences,
ZSTD_ps_enable
) );
2594
ZSTD_CCtx_setParameter(cctx, ZSTD_c_useRowMatchFinder,
ZSTD_ps_enable
);
3243
CHECK_Z(ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_useRowMatchFinder,
ZSTD_ps_enable
));
[
all
...]
fullbench.c
623
ZSTD_CCtx_setParameter(g_zcc, ZSTD_c_repcodeResolution,
ZSTD_ps_enable
);
680
ZSTD_CCtx_setParameter(g_zcc, ZSTD_c_repcodeResolution,
ZSTD_ps_enable
);
zstreamtest.c
1638
CHECK_Z(ZSTD_CCtx_setParameter(zc, ZSTD_c_useRowMatchFinder,
ZSTD_ps_enable
));
2036
CHECK_Z(ZSTD_CCtx_setParameter(zc, ZSTD_c_enableLongDistanceMatching,
ZSTD_ps_enable
));
/src/external/bsd/zstd/dist/programs/
zstdcli.c
995
if (!strcmp(argument, "--row-match-finder")) { useRowMatchFinder =
ZSTD_ps_enable
; continue; }
999
if (!strcmp(argument, "--mmap-dict")) { mmapDict =
ZSTD_ps_enable
; continue; }
1016
if (!strcmp(argument, "--compress-literals")) { literalCompressionMode =
ZSTD_ps_enable
; continue; }
fileio.c
1115
int useMMap = prefs->mmapDict ==
ZSTD_ps_enable
;
2324
int useMMap = prefs->mmapDict ==
ZSTD_ps_enable
;
/src/external/bsd/zstd/dist/lib/
zstd.h
1454
* but setting the switch to
ZSTD_ps_enable
or ZSTD_ps_disable force enable/disable the feature.
1457
ZSTD_ps_enable
= 1, /* Force-enable the feature */
2066
* Set to
ZSTD_ps_enable
to always compress literals. (Note: uncompressed literals
2246
* Set to
ZSTD_ps_enable
to always use block splitter.
2257
* Set to
ZSTD_ps_enable
to force usage of row-based matchfinder.
2341
* If set to
ZSTD_ps_enable
, the library will check for repeated offsets within
Completed in 100 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026