Searched refs:ZSTD_ps_disable (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress.c232 mode = ZSTD_ps_disable;
246 return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ? ZSTD_ps_enable : ZSTD_ps_disable;
267 return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27) ? ZSTD_ps_enable : ZSTD_ps_disable;
506 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable);
508 bounds.upperBound = (int)ZSTD_ps_disable;
539 bounds.upperBound = (int)ZSTD_ps_disable;
544 bounds.upperBound = (int)ZSTD_ps_disable;
1456 initialParams.useRowMatchFinder = ZSTD_ps_disable;
1518 initialParams.useRowMatchFinder = ZSTD_ps_disable;
2765 assert(zc->appliedParams.ldmParams.enableLdm == ZSTD_ps_disable);
[all...]
H A Dzstd_compress_internal.h541 case ZSTD_ps_disable:
H A Dzstd_opt.c68 return optPtr->literalCompressionMode != ZSTD_ps_disable;
/linux-master/include/linux/
H A Dzstd_lib.h1298 * or ZSTD_ps_disable allow for a force enable/disable the feature.
1302 ZSTD_ps_disable = 2 /* Do not use the feature */ enumerator in enum:__anon105
1730 * Set to ZSTD_ps_disable to never compress literals.
1891 * Set to ZSTD_ps_disable to never use block splitter.
1902 * Set to ZSTD_ps_disable to never use row-based matchfinder.

Completed in 111 milliseconds