Searched refs:lowerBound (Results 1 – 11 of 11) sorted by relevance
275 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()280 bounds.lowerBound = ZSTD_WINDOWLOG_MIN; in ZSTD_cParam_getBounds()285 bounds.lowerBound = ZSTD_HASHLOG_MIN; in ZSTD_cParam_getBounds()290 bounds.lowerBound = ZSTD_CHAINLOG_MIN; in ZSTD_cParam_getBounds()295 bounds.lowerBound = ZSTD_SEARCHLOG_MIN; in ZSTD_cParam_getBounds()300 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()305 bounds.lowerBound = ZSTD_TARGETLENGTH_MIN; in ZSTD_cParam_getBounds()310 bounds.lowerBound = ZSTD_STRATEGY_MIN; in ZSTD_cParam_getBounds()315 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()320 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()[all …]
361 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()
1386 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()1405 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_dParam_getBounds()1409 bounds.lowerBound = (int)ZSTD_f_zstd1; in ZSTD_dParam_getBounds()1414 bounds.lowerBound = (int)ZSTD_obm_buffered; in ZSTD_dParam_getBounds()1430 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()
421 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()