Searched refs:lowerBound (Results 1 – 11 of 11) sorted by relevance
276 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()281 bounds.lowerBound = ZSTD_WINDOWLOG_MIN; in ZSTD_cParam_getBounds()286 bounds.lowerBound = ZSTD_HASHLOG_MIN; in ZSTD_cParam_getBounds()291 bounds.lowerBound = ZSTD_CHAINLOG_MIN; in ZSTD_cParam_getBounds()296 bounds.lowerBound = ZSTD_SEARCHLOG_MIN; in ZSTD_cParam_getBounds()301 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()306 bounds.lowerBound = ZSTD_TARGETLENGTH_MIN; in ZSTD_cParam_getBounds()311 bounds.lowerBound = ZSTD_STRATEGY_MIN; in ZSTD_cParam_getBounds()316 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()321 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()[all …]
362 if (value < bounds.lowerBound) return 0; in ZSTD_cParam_withinBounds()
393 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()398 bounds.lowerBound = ZSTD_WINDOWLOG_MIN; in ZSTD_cParam_getBounds()403 bounds.lowerBound = ZSTD_HASHLOG_MIN; in ZSTD_cParam_getBounds()408 bounds.lowerBound = ZSTD_CHAINLOG_MIN; in ZSTD_cParam_getBounds()413 bounds.lowerBound = ZSTD_SEARCHLOG_MIN; in ZSTD_cParam_getBounds()418 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()423 bounds.lowerBound = ZSTD_TARGETLENGTH_MIN; in ZSTD_cParam_getBounds()428 bounds.lowerBound = ZSTD_STRATEGY_MIN; in ZSTD_cParam_getBounds()433 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()438 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()[all …]
507 if (value < bounds.lowerBound) return 0; in ZSTD_cParam_withinBounds()
216 long lowerBound; in getLogDistribution() local232 lowerBound = sign * ((long) Math.pow(2L, power)); in getLogDistribution()238 bucket = new Distribution.Bucket(lowerBound, upperBound, n++); in getLogDistribution()
1684 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()1703 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_dParam_getBounds()1707 bounds.lowerBound = (int)ZSTD_f_zstd1; in ZSTD_dParam_getBounds()1712 bounds.lowerBound = (int)ZSTD_bm_buffered; in ZSTD_dParam_getBounds()1716 bounds.lowerBound = (int)ZSTD_d_validateChecksum; in ZSTD_dParam_getBounds()1720 bounds.lowerBound = (int)ZSTD_rmd_refSingleDDict; in ZSTD_dParam_getBounds()1736 if (value < bounds.lowerBound) return 0; in ZSTD_dParam_withinBounds()
1387 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()1406 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_dParam_getBounds()1410 bounds.lowerBound = (int)ZSTD_f_zstd1; in ZSTD_dParam_getBounds()1415 bounds.lowerBound = (int)ZSTD_obm_buffered; in ZSTD_dParam_getBounds()1431 if (value < bounds.lowerBound) return 0; in ZSTD_dParam_withinBounds()
335 if ((int)long_distance < bounds.lowerBound || (int)long_distance > bounds.upperBound) in archive_compressor_zstd_options()
422 int lowerBound; member
447 int lowerBound; member
5226 OPTIONAL(lowerBound, MDSignedOrMDField, ); \ in parseDISubrange()5247 LowerBound = convToMetadata(lowerBound); in parseDISubrange()5263 OPTIONAL(lowerBound, MDSignedOrMDField, ); \ in parseDIGenericSubrange()5280 Metadata *LowerBound = ConvToMetadata(lowerBound); in parseDIGenericSubrange()