Home
last modified time | relevance | path

Searched refs:lowerBound (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zstd/compress/
A Dzstd_compress.c423 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
428 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
433 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
438 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
443 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
448 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
453 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
458 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
484 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
565 if (*value < bounds.lowerBound) *value = bounds.lowerBound; in ZSTD_cParam_clampBounds()
[all …]
A Dzstd_compress_internal.h495 if (value < bounds.lowerBound) return 0; in ZSTD_cParam_withinBounds()
/linux/lib/zstd/decompress/
A Dzstd_decompress.c1634 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()
/linux/include/linux/
A Dzstd_lib.h438 int lowerBound; member

Completed in 37 milliseconds