Lines Matching refs:cParams
1533 static void display_params_tested(paramValues_t cParams) in display_params_tested() argument
1538 DISPLAYLEVEL(3, "%3u,", (unsigned)cParams.vals[vi]); in display_params_tested()
1687 paramValues_t cParams) in BMK_benchParam() argument
1690 BASE_CLEVEL, &cParams, in BMK_benchParam()
1702 const paramValues_t cParams, in allBench() argument
1710 …BMK_benchOutcome_t const outcome = BMK_benchMemInvertible(buf, ctx, BASE_CLEVEL, &cParams, BMK_bot… in allBench()
1766 const paramValues_t cParams, in benchMemo() argument
1773 if ( memoTableGet(memoTableArray, cParams) >= INFEASIBLE_THRESHOLD in benchMemo()
1774 || redundantParams(cParams, target, buf.maxBlockSize) ) { in benchMemo()
1778 res = allBench(resultPtr, buf, ctx, cParams, target, winnerResult, feas); in benchMemo()
1784 BMK_printWinnerOpt(stdout, CUSTOM_LEVEL, *resultPtr, cParams, target, buf.srcSize); in benchMemo()
1787 memoTableSet(memoTableArray, cParams, 255); /* what happens if collisions are frequent */ in benchMemo()
1934 ZSTD_compressionParameters const cParams = pvalsToCParams(sanitizeParams(p)); in NB_TESTS_PLAYED() local
1935 unsigned long long const h64 = XXH64(&cParams, sizeof(cParams), 0); in NB_TESTS_PLAYED()