Searched refs:lowerBound (Results 1 – 4 of 4) sorted by relevance
383 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()388 bounds.lowerBound = ZSTD_WINDOWLOG_MIN; in ZSTD_cParam_getBounds()393 bounds.lowerBound = ZSTD_HASHLOG_MIN; in ZSTD_cParam_getBounds()398 bounds.lowerBound = ZSTD_CHAINLOG_MIN; in ZSTD_cParam_getBounds()403 bounds.lowerBound = ZSTD_SEARCHLOG_MIN; in ZSTD_cParam_getBounds()408 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()413 bounds.lowerBound = ZSTD_TARGETLENGTH_MIN; in ZSTD_cParam_getBounds()418 bounds.lowerBound = ZSTD_STRATEGY_MIN; in ZSTD_cParam_getBounds()423 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()428 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()[all …]
495 if (value < bounds.lowerBound) return 0; in ZSTD_cParam_withinBounds()
1634 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()1653 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_dParam_getBounds()1657 bounds.lowerBound = (int)ZSTD_f_zstd1; in ZSTD_dParam_getBounds()1662 bounds.lowerBound = (int)ZSTD_bm_buffered; in ZSTD_dParam_getBounds()1666 bounds.lowerBound = (int)ZSTD_d_validateChecksum; in ZSTD_dParam_getBounds()1670 bounds.lowerBound = (int)ZSTD_rmd_refSingleDDict; in ZSTD_dParam_getBounds()1686 if (value < bounds.lowerBound) return 0; in ZSTD_dParam_withinBounds()
438 int lowerBound; member