Home
last modified time | relevance | path

Searched refs:ZSTD_btopt (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c3130 case ZSTD_btopt: in ZSTD_loadDictionaryContent()
4990 { 22, 22, 22, 5, 5, 48, ZSTD_btopt }, /* level 16 */
4991 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */
5013 { 18, 18, 19, 4, 4, 16, ZSTD_btopt }, /* level 13 */
5014 { 18, 18, 19, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
5015 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/
5039 { 17, 18, 17, 3, 4, 12, ZSTD_btopt }, /* level 13.*/
5040 { 17, 18, 17, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
5041 { 17, 18, 17, 6, 3,256, ZSTD_btopt }, /* level 15.*/
5091 case ZSTD_btopt: in ZSTD_dedicatedDictSearch_getCParams()
[all …]
H A Dzstd_ldm.c204 case ZSTD_btopt: in ZSTD_ldm_fillFastTables()
613 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_blockCompress()
H A Dzstdmt_compress.c1145 case ZSTD_btopt: in ZSTDMT_overlapLog_default()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h282 ZSTD_btopt=7, enumerator
H A Dzstd.c3342 ZSTD_btopt=7, enumerator
15954 case ZSTD_btopt: in ZSTD_loadDictionaryContent()
17222 { 22, 22, 22, 5, 5, 48, ZSTD_btopt }, /* level 16 */
17223 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */
17245 { 18, 18, 19, 4, 4, 16, ZSTD_btopt }, /* level 13 */
17246 { 18, 18, 19, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
17247 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/
17271 { 17, 18, 17, 3, 4, 12, ZSTD_btopt }, /* level 13.*/
17272 { 17, 18, 17, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
19555 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_adjustParameters()
[all …]
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h262 ZSTD_btopt=7, enumerator
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c917 if (cParams.strategy >= ZSTD_btopt) { in FIO_adjustParamsForPatchFromMode()