| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 244 { U32 MLtype; in ZSTD_buildSuperBlockEntropy_sequences() local 249 MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences() 254 …assert(!(MLtype < set_compressed && nextEntropy->matchlength_repeatMode != FSE_repeat_none)); /* W… in ZSTD_buildSuperBlockEntropy_sequences() 255 …tSize = ZSTD_buildCTable(op, oend - op, CTable_MatchLength, MLFSELog, (symbolEncodingType_e)MLtype, in ZSTD_buildSuperBlockEntropy_sequences() 260 if (MLtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences() 263 fseMetadata->mlType = (symbolEncodingType_e) MLtype; in ZSTD_buildSuperBlockEntropy_sequences() 474 const U32 MLtype = fseMetadata->mlType; in ZSTD_compressSubBlock_sequences() local 476 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
|
| H A D | zstd_compress.c | 2164 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_entropyCompressSequences_internal() local 2286 MLtype = ZSTD_selectEncodingType(&nextEntropy->fse.matchlength_repeatMode, in ZSTD_entropyCompressSequences_internal() 2291 …assert(!(MLtype < set_compressed && nextEntropy->fse.matchlength_repeatMode != FSE_repeat_none)); … in ZSTD_entropyCompressSequences_internal() 2294 CTable_MatchLength, MLFSELog, (symbolEncodingType_e)MLtype, in ZSTD_entropyCompressSequences_internal() 2301 if (MLtype == set_compressed) in ZSTD_entropyCompressSequences_internal() 2307 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_entropyCompressSequences_internal()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1583 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local 1594 MLtype = (*ip >> 2) & 3; in ZSTDv01_decodeSeqHeaders() 1655 switch(MLtype) in ZSTDv01_decodeSeqHeaders()
|
| H A D | zstd_v03.c | 2572 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2583 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 2645 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v04.c | 2698 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2709 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 2771 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v02.c | 2931 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2942 MLtype = (*ip >> 2) & 3; in ZSTD_decodeSeqHeaders() 3004 switch(MLtype) in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_v05.c | 3008 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local 3027 MLtype = (*ip >> 2) & 3; in ZSTDv05_decodeSeqHeaders() 3099 switch(MLtype) in ZSTDv05_decodeSeqHeaders()
|
| H A D | zstd_v06.c | 3252 U32 const MLtype = (*ip >> 2) & 3; in ZSTDv06_decodeSeqHeaders() local 3264 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, ML… in ZSTDv06_decodeSeqHeaders()
|
| H A D | zstd_v07.c | 3482 U32 const MLtype = (*ip >> 2) & 3; in ZSTDv07_decodeSeqHeaders() local 3494 …{ size_t const mlhSize = ZSTDv07_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, M… in ZSTDv07_decodeSeqHeaders()
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 612 symbolEncodingType_e const MLtype = (symbolEncodingType_e)((*ip >> 2) & 3); in ZSTD_decodeSeqHeaders() local 641 MLtype, MaxML, MLFSELog, in ZSTD_decodeSeqHeaders()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11952 { U32 MLtype; in ZSTD_buildSuperBlockEntropy_sequences() local 11957 MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences() 11968 if (MLtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences() 11971 fseMetadata->mlType = (symbolEncodingType_e) MLtype; in ZSTD_buildSuperBlockEntropy_sequences() 12182 const U32 MLtype = fseMetadata->mlType; in ZSTD_compressSubBlock_sequences() local 12184 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences() 15062 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local 15188 CTable_MatchLength, MLFSELog, (symbolEncodingType_e)MLtype, in ZSTD_compressSequences_internal() 15195 if (MLtype == set_compressed) in ZSTD_compressSequences_internal() 15201 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSequences_internal() [all …]
|