Searched refs:ZSTD_ps_auto (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress.c219 assert(mode != ZSTD_ps_auto);
231 if (mode != ZSTD_ps_auto) return mode; /* if requested enabled, but no SIMD, we still will use row matchfinder */
245 if (mode != ZSTD_ps_auto) return mode;
253 assert(useRowMatchFinder != ZSTD_ps_auto);
266 if (mode != ZSTD_ps_auto) return mode;
506 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable);
507 bounds.lowerBound = (int)ZSTD_ps_auto;
538 bounds.lowerBound = (int)ZSTD_ps_auto;
543 bounds.lowerBound = (int)ZSTD_ps_auto;
1382 assert(useRowMatchFinder != ZSTD_ps_auto);
[all...]
H A Dzstd_compress_internal.h263 ZSTD_paramSwitch_e enableLdm; /* ZSTD_ps_enable to enable LDM. ZSTD_ps_auto by default */
546 case ZSTD_ps_auto:
/linux-master/include/linux/
H A Dzstd_lib.h1297 * decision on whether or not to enable the feature (ZSTD_ps_auto), but setting the switch to ZSTD_ps_enable
1300 ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be enabled */ enumerator in enum:__anon105
1729 * Default is ZSTD_ps_auto.
1734 * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use
1890 * Default is ZSTD_ps_auto.
1894 * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use
1901 * Default is ZSTD_ps_auto.
1905 * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use

Completed in 139 milliseconds