Lines Matching refs:flagStaticHufTable
83 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()
847 zc->flagStaticHufTable = HUF_repeat_none; in ZSTD_compressSequences()
2716 cctx->flagStaticHufTable = HUF_repeat_valid; in ZSTD_loadZstdDictionary()