Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c83 HUF_repeat flagStaticHufTable; member
247 zc->flagStaticHufTable = HUF_repeat_none; in ZSTD_resetCCtx_advanced()
288 zc->flagStaticHufTable = HUF_repeat_none; in ZSTD_resetCCtx_advanced()
382 dstCCtx->flagStaticHufTable = srcCCtx->flagStaticHufTable; in ZSTD_copyCCtx()
388 if (srcCCtx->flagStaticHufTable) { in ZSTD_copyCCtx()
494 size_t const minLitSize = zc->flagStaticHufTable == HUF_repeat_valid ? 6 : LITERAL_NOENTROPY; in ZSTD_compressLiterals()
502 HUF_repeat repeat = zc->flagStaticHufTable; in ZSTD_compressLiterals()
514 zc->flagStaticHufTable = HUF_repeat_check; in ZSTD_compressLiterals()
519 zc->flagStaticHufTable = HUF_repeat_none; in ZSTD_compressLiterals()
523 zc->flagStaticHufTable = HUF_repeat_none; in ZSTD_compressLiterals()
[all …]