Home
last modified time | relevance | path

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

/external/zstd/tests/
Dparamgrill.c86 #define PARAM_UNSET ((U32)-2) /* can't be -1 b/c fadt uses -1 */ macro
269 static U32 g_strictness = PARAM_UNSET; /* range 1 - 100, measure of how strict */
445 if (paramTarget.vals[vi] == PARAM_UNSET) { in cParamUnsetMin()
457 p.vals[i] = PARAM_UNSET; in emptyParams()
478 if(mask.vals[i] != PARAM_UNSET) { in overwriteParams()
621 if(pc->vals[v] != PARAM_UNSET) { in optimizerAdjustInput()
632 if(pc->vals[wlog_ind] != PARAM_UNSET) { in optimizerAdjustInput()
647 if(pc->vals[wlog_ind] != PARAM_UNSET && pc->vals[clog_ind] != PARAM_UNSET) { in optimizerAdjustInput()
649 if(pc->vals[strt_ind] == PARAM_UNSET || pc->vals[strt_ind] >= (U32)ZSTD_btlazy2) { in optimizerAdjustInput()
662 if(pc->vals[wlog_ind] != PARAM_UNSET && pc->vals[hlog_ind] != PARAM_UNSET) { in optimizerAdjustInput()
[all …]