Searched refs:lowerBound (Results 1 – 4 of 4) sorted by relevance
311 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()316 bounds.lowerBound = ZSTD_WINDOWLOG_MIN; in ZSTD_cParam_getBounds()321 bounds.lowerBound = ZSTD_HASHLOG_MIN; in ZSTD_cParam_getBounds()326 bounds.lowerBound = ZSTD_CHAINLOG_MIN; in ZSTD_cParam_getBounds()331 bounds.lowerBound = ZSTD_SEARCHLOG_MIN; in ZSTD_cParam_getBounds()336 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()341 bounds.lowerBound = ZSTD_TARGETLENGTH_MIN; in ZSTD_cParam_getBounds()346 bounds.lowerBound = ZSTD_STRATEGY_MIN; in ZSTD_cParam_getBounds()351 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()356 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()[all …]
427 if (value < bounds.lowerBound) return 0; in ZSTD_cParam_withinBounds()
1569 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()1588 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_dParam_getBounds()1592 bounds.lowerBound = (int)ZSTD_f_zstd1; in ZSTD_dParam_getBounds()1597 bounds.lowerBound = (int)ZSTD_bm_buffered; in ZSTD_dParam_getBounds()1601 bounds.lowerBound = (int)ZSTD_d_validateChecksum; in ZSTD_dParam_getBounds()1605 bounds.lowerBound = (int)ZSTD_rmd_refSingleDDict; in ZSTD_dParam_getBounds()1621 if (value < bounds.lowerBound) return 0; in ZSTD_dParam_withinBounds()
427 int lowerBound; member