Home
last modified time | relevance | path

Searched refs:ZSTD_selectEncodingType (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.h23 ZSTD_selectEncodingType(
H A Dzstd_compress_superblock.c202 LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences()
227 Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences()
249 MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences()
H A Dzstd_compress_sequences.c142 ZSTD_selectEncodingType( in ZSTD_selectEncodingType() function
H A Dzstd_compress.c2041 LLtype = ZSTD_selectEncodingType(&nextEntropy->fse.litlength_repeatMode, in ZSTD_compressSequences_internal()
2070 Offtype = ZSTD_selectEncodingType(&nextEntropy->fse.offcode_repeatMode, in ZSTD_compressSequences_internal()
2096 MLtype = ZSTD_selectEncodingType(&nextEntropy->fse.matchlength_repeatMode, in ZSTD_compressSequences_internal()
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.h23 ZSTD_selectEncodingType(
H A Dzstd_compress_sequences.c157 ZSTD_selectEncodingType( in ZSTD_selectEncodingType() function
H A Dzstd_compress.c2477 stats.LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSequencesStatistics()
2510 stats.Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSequencesStatistics()
2540 stats.MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSequencesStatistics()
/freebsd-14.2/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h156 #define ZSTD_selectEncodingType zfs_ZSTD_selectEncodingType macro