Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c82 U32 flagStaticTables; member
246 zc->flagStaticTables = 0; in ZSTD_resetCCtx_advanced()
287 zc->flagStaticTables = 0; in ZSTD_resetCCtx_advanced()
381 dstCCtx->flagStaticTables = srcCCtx->flagStaticTables; in ZSTD_copyCCtx()
383 if (srcCCtx->flagStaticTables) { in ZSTD_copyCCtx()
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()
747 zc->flagStaticTables in ZSTD_compressSequences_internal()
[all...]

Completed in 5 milliseconds