| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 197 const U32 MLtype = fseMetadata->mlType; in ZSTD_compressSubBlock_sequences() local 199 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
|
| H A D | zstd_compress.c | 2438 U32 MLtype; member 2540 stats.MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSequencesStatistics() 2545 …assert(!(stats.MLtype < set_compressed && nextEntropy->matchlength_repeatMode != FSE_repeat_none))… in ZSTD_buildSequencesStatistics() 2548 CTable_MatchLength, MLFSELog, (symbolEncodingType_e)stats.MLtype, in ZSTD_buildSequencesStatistics() 2559 if (stats.MLtype == set_compressed) in ZSTD_buildSequencesStatistics() 2655 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal() 3199 fseMetadata->mlType = (symbolEncodingType_e) stats.MLtype; in ZSTD_buildBlockEntropyStats_sequences()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 202 const U32 MLtype = fseMetadata->mlType; in ZSTD_compressSubBlock_sequences() local 204 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
|
| H A D | zstd_compress.c | 2750 U32 MLtype; member 2855 stats.MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSequencesStatistics() 2860 …assert(!(stats.MLtype < set_compressed && nextEntropy->matchlength_repeatMode != FSE_repeat_none))… in ZSTD_buildSequencesStatistics() 2863 CTable_MatchLength, MLFSELog, (SymbolEncodingType_e)stats.MLtype, in ZSTD_buildSequencesStatistics() 2874 if (stats.MLtype == set_compressed) in ZSTD_buildSequencesStatistics() 2969 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal() 3787 fseMetadata->mlType = (SymbolEncodingType_e) stats.MLtype; in ZSTD_buildBlockEntropyStats_sequences()
|
| /src/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1579 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local 1590 MLtype = (*ip >> 2) & 3; in ZSTDv01_decodeSeqHeaders() 1651 switch(MLtype) in ZSTDv01_decodeSeqHeaders()
|
| H A D | zstd_v03.c | 2568 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2579 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 2641 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v04.c | 2694 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2705 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 2767 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v02.c | 2927 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2938 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 3000 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v05.c | 3004 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local 3023 MLtype = (*ip >> 2) & 3; in ZSTDv05_decodeSeqHeaders() 3095 switch(MLtype) in ZSTDv05_decodeSeqHeaders()
|
| H A D | zstd_v06.c | 3248 U32 const MLtype = (*ip >> 2) & 3; in ZSTDv06_decodeSeqHeaders() local 3260 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, ML… in ZSTDv06_decodeSeqHeaders()
|
| H A D | zstd_v07.c | 3478 U32 const MLtype = (*ip >> 2) & 3; in ZSTDv07_decodeSeqHeaders() local 3490 …{ size_t const mlhSize = ZSTDv07_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, M… in ZSTDv07_decodeSeqHeaders()
|
| /src/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 688 symbolEncodingType_e const MLtype = (symbolEncodingType_e)((*ip >> 2) & 3); in ZSTD_decodeSeqHeaders() local 717 MLtype, MaxML, MLFSELog, in ZSTD_decodeSeqHeaders()
|
| /src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 734 SymbolEncodingType_e const MLtype = (SymbolEncodingType_e)((*ip >> 2) & 3); in ZSTD_decodeSeqHeaders() local 763 MLtype, MaxML, MLFSELog, in ZSTD_decodeSeqHeaders()
|