Home
last modified time | relevance | path

Searched refs:FSE_repeat_check (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h281 FSE_repeat_check, /**< Can use the previous table but it must be checked */ enumerator
/src/sys/contrib/zstd/lib/common/
H A Dfse.h366 FSE_repeat_check, /**< Can use the previous table but it must be checked */ enumerator
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c233 *repeatMode = FSE_repeat_check; in ZSTD_selectEncodingType()
H A Dzstd_compress.c3560 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSeqStore_singleBlock()
3748 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_splitBlock()
3821 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_internal()
3896 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_targetCBlockSize()
4304 return FSE_repeat_check; in ZSTD_dictNCountRepeat()
4308 return FSE_repeat_check; in ZSTD_dictNCountRepeat()
6088 cctx->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSequences_internal()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c234 *repeatMode = FSE_repeat_check; in ZSTD_selectEncodingType()
H A Dzstd_compress.c4170 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSeqStore_singleBlock()
4368 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_splitBlock()
4446 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_internal()
4522 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_targetCBlockSize()
5052 return FSE_repeat_check; in ZSTD_dictNCountRepeat()
5056 return FSE_repeat_check; in ZSTD_dictNCountRepeat()
7037 cctx->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSequences_internal()
7558 cctx->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSequencesAndLiterals_internal()