Home
last modified time | relevance | path

Searched refs:ZSTD_fast (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/lib/zstd/compress/
Dclevels.h26 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */
27 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */
28 { 20, 15, 16, 1, 6, 0, ZSTD_fast }, /* level 2 */
52 { 18, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
53 { 18, 13, 14, 1, 6, 0, ZSTD_fast }, /* level 1 */
78 { 17, 12, 12, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
79 { 17, 12, 13, 1, 6, 0, ZSTD_fast }, /* level 1 */
80 { 17, 13, 15, 1, 5, 0, ZSTD_fast }, /* level 2 */
104 { 14, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
105 { 14, 14, 15, 1, 5, 0, ZSTD_fast }, /* level 1 */
[all …]
Dzstd_ldm.c244 case ZSTD_fast: in ZSTD_ldm_fillFastTables()
Dzstd_compress_internal.h547 … return (cctxParams->cParams.strategy == ZSTD_fast) && (cctxParams->cParams.targetLength > 0); in ZSTD_literalsCompressionIsDisabled()
Dzstd_compress.c257 …return forDDSDict || ((strategy != ZSTD_fast) && !ZSTD_rowMatchFinderUsed(strategy, useRowMatchFin… in ZSTD_allocateChainTable()
2678 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
4160 case ZSTD_fast: in ZSTD_loadDictionaryContent()
5994 case ZSTD_fast: in ZSTD_dedicatedDictSearch_getCParams()
6028 case ZSTD_fast: in ZSTD_dedicatedDictSearch_revertCParams()
/linux-6.6.21/include/linux/
Dzstd_lib.h249 typedef enum { ZSTD_fast=1, enumerator
1124 #define ZSTD_STRATEGY_MIN ZSTD_fast