Home
last modified time | relevance | path

Searched refs:ZSTD_btopt (Results 1 – 10 of 10) sorted by relevance

/external/zstd/tests/regression/
Dconfig.c116 {.param = ZSTD_c_strategy, .value = (int)ZSTD_btopt},
127 {.param = ZSTD_c_strategy, .value = (int)ZSTD_btopt},
/external/zstd/tests/
Dbigdict.c89 if (ZSTD_isError(ZSTD_CCtx_setParameter(cctx, ZSTD_c_strategy, ZSTD_btopt))) in main()
Dparamgrill.c326 if ( (params.vals[strt_ind] < ZSTD_btopt) && (params.vals[strt_ind] != ZSTD_fast) ) in sanitizeParams()
1370 || (varArray[i] == tlen_ind && strat < ZSTD_btopt && strat != ZSTD_fast))) { in sanitizeVarArray()
Dfuzzer.c1220 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_strategy, ZSTD_btopt)); in basicUnitTests()
/external/zstd/lib/compress/
Dzstd_compress.c210 return cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27; in ZSTD_CParams_shouldEnableLdm()
1290 size_t const optSpace = (forCCtx && (cParams->strategy >= ZSTD_btopt)) in ZSTD_sizeof_matchState()
1567 if ((forWho == ZSTD_resetTarget_CCtx) && (cParams->strategy >= ZSTD_btopt)) { in ZSTD_reset_matchState()
2450 if (zc->appliedParams.cParams.strategy >= ZSTD_btopt) { in ZSTD_buildSeqStore()
3130 case ZSTD_btopt: in ZSTD_loadDictionaryContent()
4990 { 22, 22, 22, 5, 5, 48, ZSTD_btopt }, /* level 16 */
4991 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */
5013 { 18, 18, 19, 4, 4, 16, ZSTD_btopt }, /* level 13 */
5014 { 18, 18, 19, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
5015 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/
[all …]
Dzstd_ldm.c204 case ZSTD_btopt: in ZSTD_ldm_fillFastTables()
613 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_blockCompress()
Dzstdmt_compress.c1145 case ZSTD_btopt: in ZSTDMT_overlapLog_default()
/external/zstd/contrib/linux-kernel/
Dzstd_compress_module.c52 ZSTD_STATIC_ASSERT((int)ZSTD_btopt == (int)zstd_btopt); in zstd_check_structs()
/external/zstd/lib/
Dzstd.h262 ZSTD_btopt=7, enumerator
/external/zstd/programs/
Dfileio.c917 if (cParams.strategy >= ZSTD_btopt) { in FIO_adjustParamsForPatchFromMode()