Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dzstd_compress.c424 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
429 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
434 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
439 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
444 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
449 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
454 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
459 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
485 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
566 if (*value > bounds.upperBound) *value = bounds.upperBound; in ZSTD_cParam_clampBounds()
[all …]
A Dzstd_compress_internal.h496 if (value > bounds.upperBound) return 0; in ZSTD_cParam_withinBounds()
/linux/lib/zstd/decompress/
A Dzstd_decompress.c1635 size_t const max = (size_t)1 << bounds.upperBound; in ZSTD_DCtx_setMaxWindowSize()
1654 bounds.upperBound = ZSTD_WINDOWLOG_MAX; in ZSTD_dParam_getBounds()
1658 bounds.upperBound = (int)ZSTD_f_zstd1_magicless; in ZSTD_dParam_getBounds()
1663 bounds.upperBound = (int)ZSTD_bm_stable; in ZSTD_dParam_getBounds()
1667 bounds.upperBound = (int)ZSTD_d_ignoreChecksum; in ZSTD_dParam_getBounds()
1671 bounds.upperBound = (int)ZSTD_rmd_refMultipleDDicts; in ZSTD_dParam_getBounds()
1687 if (value > bounds.upperBound) return 0; in ZSTD_dParam_withinBounds()
/linux/include/linux/
A Dzstd_lib.h439 int upperBound; member

Completed in 33 milliseconds