HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_ps_auto (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/fuzz/
zstd_helpers.c 116 setRand(cctx, ZSTD_c_enableLongDistanceMatching, ZSTD_ps_auto, ZSTD_ps_disable, producer);
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 233 assert(mode != ZSTD_ps_auto);
240 if (mode != ZSTD_ps_auto) return mode; /* if requested enabled, but no SIMD, we still will use row matchfinder */
250 if (mode != ZSTD_ps_auto) return mode;
258 assert(useRowMatchFinder != ZSTD_ps_auto);
271 if (mode != ZSTD_ps_auto) return mode;
289 if (value != ZSTD_ps_auto) return value;
514 bounds.lowerBound = (int)ZSTD_ps_auto;
562 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable);
563 bounds.lowerBound = (int)ZSTD_ps_auto;
594 bounds.lowerBound = (int)ZSTD_ps_auto;
    [all...]
zstd_compress_internal.h 347 ZSTD_ParamSwitch_e enableLdm; /* ZSTD_ps_enable to enable LDM. ZSTD_ps_auto by default */
695 case ZSTD_ps_auto:
  /src/external/bsd/zstd/dist/programs/
zstdcli.c 868 ZSTD_ParamSwitch_e mmapDict=ZSTD_ps_auto;
869 ZSTD_ParamSwitch_e useRowMatchFinder = ZSTD_ps_auto;
910 ZSTD_ParamSwitch_e literalCompressionMode = ZSTD_ps_auto;
benchzstd.c 221 ZSTD_ps_auto, /* literalCompressionMode */
fileio.c 306 ret->literalCompressionMode = ZSTD_ps_auto;
  /src/external/bsd/zstd/dist/lib/
zstd.h 1453 * Zstd can take a decision on whether or not to enable the feature (ZSTD_ps_auto),
1456 ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be enabled */
2064 * Default is ZSTD_ps_auto.
2069 * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use
2244 * Default is ZSTD_ps_auto.
2248 * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use
2255 * Default is ZSTD_ps_auto.
2259 * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use
2286 * Controlled with ZSTD_ParamSwitch_e enum. Default is ZSTD_ps_auto.
2301 * Note: for this parameter, ZSTD_ps_auto is currently equivalent to ZSTD_ps_disable
    [all...]
  /src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c 1028 ZSTD_ParamSwitch_e prefetchCDictTables = ZSTD_ps_auto;
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 3019 if (FUZ_rand(&lseed) & 1) CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_enableLongDistanceMatching, FUZ_randomClampedLength(&lseed, ZSTD_ps_auto, ZSTD_ps_disable), opaqueAPI) );

Completed in 33 milliseconds