Home
last modified time | relevance | path

Searched refs:HUF_repeat_none (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf_compress.c706 *repeat = HUF_repeat_none; in HUF_compress_internal()
709 if (preferRepeat && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
726 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
739 *repeat = HUF_repeat_none; in HUF_compress_internal()
H A Dhuf.h134 HUF_repeat_none, /**< Cannot use the previous table */ enumerator
140 * Same as HUF_compress4X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none.
142 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used.
193 * Same as HUF_compress1X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none.
195 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used.
H A Dcompress.c247 zc->flagStaticHufTable = HUF_repeat_none; in ZSTD_resetCCtx_advanced()
288 zc->flagStaticHufTable = HUF_repeat_none; in ZSTD_resetCCtx_advanced()
510 if (repeat != HUF_repeat_none) { 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()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_literals.c114 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
H A Dhuf_compress.c1232 *repeat = HUF_repeat_none; in HUF_compress_internal()
1235 if (preferRepeat && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
1260 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
1272 if (repeat) { *repeat = HUF_repeat_none; } in HUF_compress_internal()
H A Dzstd_compress.c1593 bs->entropy.huf.repeatMode = HUF_repeat_none; in ZSTD_reset_compressedBlockState()
3020 repeat = HUF_repeat_none; in ZSTD_buildBlockEntropyStats_literals()
3039 if (repeat != HUF_repeat_none) { in ZSTD_buildBlockEntropyStats_literals()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dhuf.h195 HUF_repeat_none, /*< Cannot use the previous table */ enumerator
200 * Same as HUF_compress4X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none.
202 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used.
306 * Same as HUF_compress1X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none.
308 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used.

Completed in 22 milliseconds