| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 201 const U32 MLtype = fseMetadata->mlType; in ZSTD_compressSubBlock_sequences() local 203 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
|
| H A D | zstd_compress.c | 2749 U32 MLtype; member 2854 stats.MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSequencesStatistics() 2859 …assert(!(stats.MLtype < set_compressed && nextEntropy->matchlength_repeatMode != FSE_repeat_none))… in ZSTD_buildSequencesStatistics() 2862 CTable_MatchLength, MLFSELog, (SymbolEncodingType_e)stats.MLtype, in ZSTD_buildSequencesStatistics() 2873 if (stats.MLtype == set_compressed) in ZSTD_buildSequencesStatistics() 2968 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal() 3786 fseMetadata->mlType = (SymbolEncodingType_e) stats.MLtype; in ZSTD_buildBlockEntropyStats_sequences()
|
| /freebsd/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()
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1541 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local 1552 MLtype = (*ip >> 2) & 3; in ZSTDv01_decodeSeqHeaders() 1613 switch(MLtype) in ZSTDv01_decodeSeqHeaders()
|
| H A D | zstd_v03.c | 2506 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2517 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 2579 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v02.c | 2866 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2877 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 2939 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v04.c | 2638 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2649 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 2711 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v05.c | 2952 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local 2971 MLtype = (*ip >> 2) & 3; in ZSTDv05_decodeSeqHeaders() 3043 switch(MLtype) in ZSTDv05_decodeSeqHeaders()
|
| H A D | zstd_v06.c | 3192 U32 const MLtype = (*ip >> 2) & 3; in ZSTDv06_decodeSeqHeaders() local 3204 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, ML… in ZSTDv06_decodeSeqHeaders()
|
| H A D | zstd_v07.c | 3423 U32 const MLtype = (*ip >> 2) & 3; in ZSTDv07_decodeSeqHeaders() local 3435 …{ size_t const mlhSize = ZSTDv07_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, M… in ZSTDv07_decodeSeqHeaders()
|
| /freebsd/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()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 733 SymbolEncodingType_e const MLtype = (SymbolEncodingType_e)((*ip >> 2) & 3); in ZSTD_decodeSeqHeaders() local 762 MLtype, MaxML, MLFSELog, in ZSTD_decodeSeqHeaders()
|