Home
last modified time | relevance | path

Searched refs:LLtype (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c199 const U32 LLtype = fseMetadata->llType; in ZSTD_compressSubBlock_sequences() local
203 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2747 U32 LLtype; member
2791 stats.LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSequencesStatistics()
2797 …assert(!(stats.LLtype < set_compressed && nextEntropy->litlength_repeatMode != FSE_repeat_none)); … in ZSTD_buildSequencesStatistics()
2800 CTable_LitLength, LLFSELog, (SymbolEncodingType_e)stats.LLtype, in ZSTD_buildSequencesStatistics()
2811 if (stats.LLtype == set_compressed) in ZSTD_buildSequencesStatistics()
2968 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()
3784 fseMetadata->llType = (SymbolEncodingType_e) stats.LLtype; in ZSTD_buildBlockEntropyStats_sequences()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c200 const U32 LLtype = fseMetadata->llType; in ZSTD_compressSubBlock_sequences() local
204 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2748 U32 LLtype; member
2792 stats.LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSequencesStatistics()
2798 …assert(!(stats.LLtype < set_compressed && nextEntropy->litlength_repeatMode != FSE_repeat_none)); … in ZSTD_buildSequencesStatistics()
2801 CTable_LitLength, LLFSELog, (SymbolEncodingType_e)stats.LLtype, in ZSTD_buildSequencesStatistics()
2812 if (stats.LLtype == set_compressed) in ZSTD_buildSequencesStatistics()
2969 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()
3785 fseMetadata->llType = (SymbolEncodingType_e) stats.LLtype; in ZSTD_buildBlockEntropyStats_sequences()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1541 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local
1550 LLtype = *ip >> 6; in ZSTDv01_decodeSeqHeaders()
1578 switch(LLtype) in ZSTDv01_decodeSeqHeaders()
H A Dzstd_v03.c2506 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2515 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2543 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v02.c2866 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2875 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2903 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v04.c2638 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2647 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2675 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v05.c2952 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local
2969 LLtype = *ip >> 6; in ZSTDv05_decodeSeqHeaders()
2996 switch(LLtype) in ZSTDv05_decodeSeqHeaders()
H A Dzstd_v06.c3190 { U32 const LLtype = *ip >> 6; in ZSTDv06_decodeSeqHeaders() local
3196 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL… in ZSTDv06_decodeSeqHeaders()
H A Dzstd_v07.c3421 { U32 const LLtype = *ip >> 6; in ZSTDv07_decodeSeqHeaders() local
3427 …{ size_t const llhSize = ZSTDv07_buildSeqTable(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, L… in ZSTDv07_decodeSeqHeaders()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c732 { SymbolEncodingType_e const LLtype = (SymbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local
739 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c731 { SymbolEncodingType_e const LLtype = (SymbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local
738 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()