| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 199 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 D | zstd_compress.c | 2747 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 D | zstd_compress_superblock.c | 200 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 D | zstd_compress.c | 2748 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 D | zstd_v01.c | 1541 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local 1550 LLtype = *ip >> 6; in ZSTDv01_decodeSeqHeaders() 1578 switch(LLtype) in ZSTDv01_decodeSeqHeaders()
|
| H A D | zstd_v03.c | 2506 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2515 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders() 2543 switch(LLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v02.c | 2866 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2875 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders() 2903 switch(LLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v04.c | 2638 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2647 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders() 2675 switch(LLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v05.c | 2952 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local 2969 LLtype = *ip >> 6; in ZSTDv05_decodeSeqHeaders() 2996 switch(LLtype) in ZSTDv05_decodeSeqHeaders()
|
| H A D | zstd_v06.c | 3190 { 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 D | zstd_v07.c | 3421 { 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 D | zstd_decompress_block.c | 732 { 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 D | zstd_decompress_block.c | 731 { SymbolEncodingType_e const LLtype = (SymbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local 738 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()
|