Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dzstd_compress.c351 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
356 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
361 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
366 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
371 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
376 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
381 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
386 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
412 bounds.lowerBound = 0; in ZSTD_cParam_getBounds()
478 if (*value < bounds.lowerBound) *value = bounds.lowerBound; in ZSTD_cParam_clampBounds()
[all …]
A Dzstd_compress_internal.h427 if (value < bounds.lowerBound) return 0; in ZSTD_cParam_withinBounds()
/linux/lib/zstd/decompress/
A Dzstd_decompress.c1569 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()
1588 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_dParam_getBounds()
1592 bounds.lowerBound = (int)ZSTD_f_zstd1; in ZSTD_dParam_getBounds()
1597 bounds.lowerBound = (int)ZSTD_bm_buffered; in ZSTD_dParam_getBounds()
1601 bounds.lowerBound = (int)ZSTD_d_validateChecksum; in ZSTD_dParam_getBounds()
1605 bounds.lowerBound = (int)ZSTD_rmd_refSingleDDict; in ZSTD_dParam_getBounds()
1621 if (value < bounds.lowerBound) return 0; in ZSTD_dParam_withinBounds()
/linux/include/linux/
A Dzstd_lib.h427 int lowerBound; member

Completed in 27 milliseconds