Searched refs:HUF_repeat_valid (Results 1 – 3 of 3) sorted by relevance
137 HUF_repeat_valid /**< Can use the previous table and it is asumed to be valid */ enumerator
689 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal()
494 size_t const minLitSize = zc->flagStaticHufTable == HUF_repeat_valid ? 6 : LITERAL_NOENTROPY; in ZSTD_compressLiterals()504 if (repeat == HUF_repeat_valid && lhSize == 3) in ZSTD_compressLiterals()2716 cctx->flagStaticHufTable = HUF_repeat_valid; in ZSTD_loadZstdDictionary()