Lines Matching defs:flagStaticHufTable
83 HUF_repeat flagStaticHufTable;
247 zc->flagStaticHufTable = HUF_repeat_none;
288 zc->flagStaticHufTable = HUF_repeat_none;
382 dstCCtx->flagStaticHufTable = srcCCtx->flagStaticHufTable;
388 if (srcCCtx->flagStaticHufTable) {
494 size_t const minLitSize = zc->flagStaticHufTable == HUF_repeat_valid ? 6 : LITERAL_NOENTROPY;
502 HUF_repeat repeat = zc->flagStaticHufTable;
514 zc->flagStaticHufTable = HUF_repeat_check;
519 zc->flagStaticHufTable = HUF_repeat_none;
523 zc->flagStaticHufTable = HUF_repeat_none;
847 zc->flagStaticHufTable = HUF_repeat_none;
2716 cctx->flagStaticHufTable = HUF_repeat_valid;