Searched refs:ZSTD_btopt (Results 1 – 10 of 10) sorted by relevance
/external/zstd/tests/regression/ |
D | config.c | 116 {.param = ZSTD_c_strategy, .value = (int)ZSTD_btopt}, 127 {.param = ZSTD_c_strategy, .value = (int)ZSTD_btopt},
|
/external/zstd/tests/ |
D | bigdict.c | 89 if (ZSTD_isError(ZSTD_CCtx_setParameter(cctx, ZSTD_c_strategy, ZSTD_btopt))) in main()
|
D | paramgrill.c | 326 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()
|
D | fuzzer.c | 1220 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_strategy, ZSTD_btopt)); in basicUnitTests()
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 210 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 …]
|
D | zstd_ldm.c | 204 case ZSTD_btopt: in ZSTD_ldm_fillFastTables() 613 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_blockCompress()
|
D | zstdmt_compress.c | 1145 case ZSTD_btopt: in ZSTDMT_overlapLog_default()
|
/external/zstd/contrib/linux-kernel/ |
D | zstd_compress_module.c | 52 ZSTD_STATIC_ASSERT((int)ZSTD_btopt == (int)zstd_btopt); in zstd_check_structs()
|
/external/zstd/lib/ |
D | zstd.h | 262 ZSTD_btopt=7, enumerator
|
/external/zstd/programs/ |
D | fileio.c | 917 if (cParams.strategy >= ZSTD_btopt) { in FIO_adjustParamsForPatchFromMode()
|