Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dzstd_compress.c352 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
357 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
362 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
367 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
372 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
377 bounds.upperBound = 0; in ZSTD_cParam_getBounds()
382 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
387 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
413 bounds.upperBound = 1; in ZSTD_cParam_getBounds()
479 if (*value > bounds.upperBound) *value = bounds.upperBound; in ZSTD_cParam_clampBounds()
[all …]
A Dzstd_compress_internal.h428 if (value > bounds.upperBound) return 0; in ZSTD_cParam_withinBounds()
/linux/lib/zstd/decompress/
A Dzstd_decompress.c1570 size_t const max = (size_t)1 << bounds.upperBound; in ZSTD_DCtx_setMaxWindowSize()
1589 bounds.upperBound = ZSTD_WINDOWLOG_MAX; in ZSTD_dParam_getBounds()
1593 bounds.upperBound = (int)ZSTD_f_zstd1_magicless; in ZSTD_dParam_getBounds()
1598 bounds.upperBound = (int)ZSTD_bm_stable; in ZSTD_dParam_getBounds()
1602 bounds.upperBound = (int)ZSTD_d_ignoreChecksum; in ZSTD_dParam_getBounds()
1606 bounds.upperBound = (int)ZSTD_rmd_refMultipleDDicts; in ZSTD_dParam_getBounds()
1622 if (value > bounds.upperBound) return 0; in ZSTD_dParam_withinBounds()
/linux/include/linux/
A Dzstd_lib.h428 int upperBound; member

Completed in 31 milliseconds