Home
last modified time | relevance | path

Searched refs:MAX_SEQ_FOR_STATIC_FSE (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c645 #define MAX_SEQ_FOR_STATIC_FSE 1000 in ZSTD_compressSequences_internal() macro
658 } else if ((zc->flagStaticTables) && (nbSeq < MAX_SEQ_FOR_STATIC_FSE)) { in ZSTD_compressSequences_internal()
690 } else if ((zc->flagStaticTables) && (nbSeq < MAX_SEQ_FOR_STATIC_FSE)) { in ZSTD_compressSequences_internal()
722 } else if ((zc->flagStaticTables) && (nbSeq < MAX_SEQ_FOR_STATIC_FSE)) { in ZSTD_compressSequences_internal()

Completed in 8 milliseconds