Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dhuf_compress.c785 *repeat = HUF_repeat_none; in HUF_compress_internal()
788 if (preferRepeat && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
809 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
821 if (repeat) { *repeat = HUF_repeat_none; } in HUF_compress_internal()
H A Dzstd_compress_literals.c113 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
H A Dzstd_compress_superblock.c117 repeat = HUF_repeat_none; in ZSTD_buildSuperBlockEntropy_literal()
135 if (repeat != HUF_repeat_none) { in ZSTD_buildSuperBlockEntropy_literal()
H A Dzstd_compress.c1478 bs->entropy.huf.repeatMode = HUF_repeat_none; in ZSTD_reset_compressedBlockState()
/dragonfly/contrib/zstd/lib/common/
H A Dhuf.h200 HUF_repeat_none, /**< Cannot use the previous table */ enumerator