Searched refs:divider (Results 1 – 2 of 2) sorted by relevance
99 tmp = mult_frac(tmp, data, term->divider); in polynomial_calc()
1400 U32 const divider = (cParams->minMatch==3) ? 3 : 4; in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local1401 size_t const maxNbSeq = blockSize / divider; in ZSTD_estimateCCtxSize_usingCCtxParams_internal()1780 U32 const divider = (params->cParams.minMatch==3) ? 3 : 4; in ZSTD_resetCCtx_internal() local1781 size_t const maxNbSeq = blockSize / divider; in ZSTD_resetCCtx_internal()