Searched refs:lowerBound (Results 1 – 11 of 11) sorted by relevance
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()
427 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()432 bounds.lowerBound = ZSTD_WINDOWLOG_MIN; in ZSTD_cParam_getBounds()437 bounds.lowerBound = ZSTD_HASHLOG_MIN; in ZSTD_cParam_getBounds()442 bounds.lowerBound = ZSTD_CHAINLOG_MIN; in ZSTD_cParam_getBounds()447 bounds.lowerBound = ZSTD_SEARCHLOG_MIN; in ZSTD_cParam_getBounds()452 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()457 bounds.lowerBound = ZSTD_TARGETLENGTH_MIN; in ZSTD_cParam_getBounds()462 bounds.lowerBound = ZSTD_STRATEGY_MIN; in ZSTD_cParam_getBounds()467 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()472 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()[all …]
623 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()
1808 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()1827 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_dParam_getBounds()1831 bounds.lowerBound = (int)ZSTD_f_zstd1; in ZSTD_dParam_getBounds()1836 bounds.lowerBound = (int)ZSTD_bm_buffered; in ZSTD_dParam_getBounds()1840 bounds.lowerBound = (int)ZSTD_d_validateChecksum; in ZSTD_dParam_getBounds()1844 bounds.lowerBound = (int)ZSTD_rmd_refSingleDDict; in ZSTD_dParam_getBounds()1848 bounds.lowerBound = 0; in ZSTD_dParam_getBounds()1852 bounds.lowerBound = ZSTD_BLOCKSIZE_MAX_MIN; in ZSTD_dParam_getBounds()1869 if (value < bounds.lowerBound) return 0; in ZSTD_dParam_withinBounds()
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()
335 if ((int)long_distance < bounds.lowerBound || (int)long_distance > bounds.upperBound) in archive_compressor_zstd_options()
447 int lowerBound; member
547 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()